Skip to content

Commit

Permalink
Try linkable runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 4, 2024
1 parent 7a1d5eb commit 212d58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
SBCL_MAKE_TARGET_2_OPTIONS: --disable-ldb --disable-debugger
run: |
./make.sh --xc-host='sbcl --dynamic-space-size 700MB --lose-on-corruption --disable-ldb --disable-debugger'
./make.sh --xc-host='sbcl --dynamic-space-size 700MB --lose-on-corruption --disable-ldb --disable-debugger' --with-sb-linkable-runtime
./make-shared-library.sh
echo "SBCL_SRC=${{ github.workspace }}/../sbcl" >> "$GITHUB_ENV"
echo "LIBSBCL_PATH=${{ github.workspace }}/../sbcl/src/runtime" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 212d58c

Please sign in to comment.