Skip to content

Commit

Permalink
try without sb-thread
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 22, 2024
1 parent 6851b0f commit 2cf6c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
ROSWELL_BRANCH: master
GH_USER: ${{ github.repository_owner }}
GH_REPO: sbcl_bin
SBCL_OPTIONS: --without-sb-thread --with-sb-core-compression --xref-for-internals --with-sb-after-xc-core
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

strategy:
Expand Down Expand Up @@ -46,6 +47,7 @@ jobs:
- name: Config on ${{ matrix.os }}
uses: vmactions/omnios-vm@v1
with:
envs: 'SBCL_OPTIONS'
usesh: true
prepare: |
env
Expand Down

0 comments on commit 2cf6c5c

Please sign in to comment.