Skip to content

Commit

Permalink
Try in a 32-bit container instead, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 16, 2024
1 parent c76fab3 commit 5f89489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
# CUSTOM_COMPILER_SRC: 'https://github.com/ocaml/ocaml/archive/refs/pull/12345/head.tar.gz'

runs-on: ${{ inputs.runs_on }}
container:
image: debian:12
options: --platform linux/i386 --user root

timeout-minutes: ${{ inputs.timeout }}

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/linux-520-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ jobs:
dune_profile: 'debug-runtime'
runparam: 's=4096,o=20,v=0,V=1'
timeout: 240
container:
image: debian:12
options: --platform linux/i386 --user root
3 changes: 0 additions & 3 deletions .github/workflows/linux-530-trunk-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ jobs:
dune_profile: 'debug-runtime'
runparam: 's=4096,o=20,v=0,V=1'
timeout: 240
container:
image: debian:12
options: --platform linux/i386 --user root

0 comments on commit 5f89489

Please sign in to comment.