Commit 50bb8e8b authored by nanahira's avatar nanahira

fix

parent 6cd60258
Pipeline #34567 canceled with stages
in 1 minute and 8 seconds
...@@ -161,7 +161,7 @@ exec_linuxarm: ...@@ -161,7 +161,7 @@ exec_linuxarm:
tags: tags:
- arm - arm
variables: variables:
OPUS_FLAGS: '-fFPIC' # force position independent code for arm OPUS_FLAGS: '-fPIC' # force position independent code for arm
image: git-registry.moenext.com/mycard/docker-ygopro-builder:fpic # use a special docker image for arm build, which has fPIC enabled by default image: git-registry.moenext.com/mycard/docker-ygopro-builder:fpic # use a special docker image for arm build, which has fPIC enabled by default
._exec_macos_platform: ._exec_macos_platform:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment