Skip to content

Commit

Permalink
Try musl bytecode-only in 64bit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Sep 10, 2024
1 parent 97859a0 commit 8334131
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-500-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: ./.github/workflows/common.yml
with:
compiler_ref: refs/tags/5.0.0
options: musl
options: 'musl bytecode-only'
timeout: 240
runparam: 'o=20,s=4096,v=0,V=1'
2 changes: 1 addition & 1 deletion .github/workflows/linux-51x-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: ./.github/workflows/common.yml
with:
compiler_ref: refs/tags/5.1.1
options: musl
options: 'musl bytecode-only'
timeout: 240
runparam: 'o=20,s=4096,v=0,V=1'
2 changes: 1 addition & 1 deletion .github/workflows/linux-520-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: ./.github/workflows/common.yml
with:
compiler_ref: refs/tags/5.2.0
options: musl
options: 'musl bytecode-only'
timeout: 240
runparam: 'o=20,s=4096,v=0,V=1'
2 changes: 1 addition & 1 deletion .github/workflows/linux-530-trunk-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: ./.github/workflows/common.yml
with:
compiler_ref: refs/heads/5.3
options: musl
options: 'musl bytecode-only'
timeout: 240
runparam: 'o=20,s=4096,v=0,V=1'
2 changes: 1 addition & 1 deletion .github/workflows/linux-540-trunk-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: ./.github/workflows/common.yml
with:
compiler_ref: refs/heads/trunk
options: musl
options: 'musl bytecode-only'
timeout: 240
runparam: 'o=20,s=4096,v=0,V=1'

0 comments on commit 8334131

Please sign in to comment.