Skip to content

Commit

Permalink
FOOL
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 8, 2023
1 parent 5132783 commit 54c4e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci/build_auxmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/ci/run_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54c4e6a

Please sign in to comment.