diff --git a/tools/ci/build_auxmos.sh b/tools/ci/build_auxmos.sh index 5632a317221f..bef108c65197 100644 --- a/tools/ci/build_auxmos.sh +++ b/tools/ci/build_auxmos.sh @@ -20,4 +20,4 @@ rustup target add i686-unknown-linux-gnu env PKG_CONFIG_ALLOW_CROSS=1 cargo rustc --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos" cp target/i686-unknown-linux-gnu/release/libauxmos.so $GITHUB_WORKSPACE/libauxmos.so -ldd $GITHUB_WORKSPACE/libauxmos.so +chmod 755 $GITHUB_WORKSPACE/libauxmos.so diff --git a/tools/ci/run_server.sh b/tools/ci/run_server.sh index a5940f8b3d38..b288c4a4fa4e 100644 --- a/tools/ci/run_server.sh +++ b/tools/ci/run_server.sh @@ -9,7 +9,7 @@ mkdir ci_test/config cp tools/ci/ci_config.txt ci_test/config/config.txt cd ci_test -env LD_DEBUG=all DreamDaemon shiptest.dmb -close -trusted -verbose -params "log-directory=ci" || EXIT_CODE=$? +DreamDaemon shiptest.dmb -close -trusted -verbose -params "log-directory=ci" || EXIT_CODE=$? cd .. cat ci_test/data/logs/ci/clean_run.lk