We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae5c40 commit afb8a55Copy full SHA for afb8a55
.github/workflows/build.yml
@@ -78,14 +78,14 @@ jobs:
78
config: --enable-middle-end=flambda2 --disable-warn-error
79
os: macos-latest
80
81
- - name: flambda2_macos_arm64_irc
82
- config: --enable-middle-end=flambda2 --disable-warn-error
+ - name: flambda2_macos_arm64_runtime5_irc
+ config: --enable-middle-end=flambda2 --enable-runtime5 --disable-warn-error
83
84
build_ocamlparam: '_,w=-46,regalloc=irc'
85
ocamlparam: '_,w=-46,regalloc=irc'
86
87
- - name: flambda2_macos_arm64_ls
88
+ - name: flambda2_macos_arm64_runtime5_ls
89
90
build_ocamlparam: '_,w=-46,regalloc=ls'
91
ocamlparam: '_,w=-46,regalloc=ls'
0 commit comments