Try in a 32-bit container instead #177
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 32bit trunk | ||
on: | ||
pull_request: | ||
push: | ||
workflow_dispatch: | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/common.yml | ||
with: | ||
compiler: 'ocaml-variants.5.3.0+trunk' | ||
compiler_git_ref: refs/heads/trunk | ||
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 |