Commit dbc2a53c authored by nanahira's avatar nanahira

test broken so

parent 5a82befc
Pipeline #41437 passed with stages
in 1 minute and 58 seconds
...@@ -10,6 +10,7 @@ variables: ...@@ -10,6 +10,7 @@ variables:
.no_888: .no_888:
except: except:
- '888' - '888'
- 'test-so-broken'
mat_common: mat_common:
stage: prepare stage: prepare
...@@ -86,8 +87,6 @@ build_linux_x64: ...@@ -86,8 +87,6 @@ build_linux_x64:
build_linux_x64_no_longjmp: build_linux_x64_no_longjmp:
extends: .build_unix extends: .build_unix
except: [] except: []
only:
- '888'
variables: variables:
NO_LONGJMP: '1' NO_LONGJMP: '1'
......
...@@ -83,7 +83,7 @@ workspace "ocgcoredll" ...@@ -83,7 +83,7 @@ workspace "ocgcoredll"
filter "system:linux" filter "system:linux"
defines { "LUA_USE_LINUX" } defines { "LUA_USE_LINUX" }
pic "On" pic "On"
if USE_LONGJMP then if true then
linkoptions { "-static-libstdc++", "-static-libgcc" } linkoptions { "-static-libstdc++", "-static-libgcc" }
end end
......
...@@ -28,5 +28,5 @@ project "ocgcore" ...@@ -28,5 +28,5 @@ project "ocgcore"
defines { "LUA_USE_LINUX" } defines { "LUA_USE_LINUX" }
if OCGCORE_DYNAMIC then if OCGCORE_DYNAMIC then
pic "On" pic "On"
-- linkoptions { "-static-libstdc++", "-static-libgcc" } linkoptions { "-static-libstdc++", "-static-libgcc" }
end end
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