Skip to content

Commit

Permalink
Replace Closure and Flambda 1 CI jobs by a Flambda 2 + debug runtime5…
Browse files Browse the repository at this point in the history
… job
  • Loading branch information
mshinwell committed Dec 4, 2023
1 parent d72f3a1 commit be367dc
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,16 @@ jobs:
fail-fast: false
matrix:
include:
- name: closure
config: --enable-middle-end=closure
os: ubuntu-latest
build_ocamlparam: ''
check_arch: true
use_runtime: d
ocamlrunparam: "v=0,V=1"

- name: flambda1
config: --enable-middle-end=flambda
os: ubuntu-latest
build_ocamlparam: ''

- name: flambda1_frame_pointers
config: --enable-middle-end=flambda --enable-frame-pointers --enable-poll-insertion
- name: flambda2_runtime5
config: --enable-middle-end=flambda2 --enable-runtime5
os: ubuntu-latest
build_ocamlparam: ''

- name: flambda2_runtime5
- name: flambda2_debug_runtime5
config: --enable-middle-end=flambda2 --enable-runtime5
os: ubuntu-latest
build_ocamlparam: ''
use_runtime: d
ocamlrunparam: "v=0,V=1"

- name: flambda2_debug_runtime
config: --enable-middle-end=flambda2
Expand Down

0 comments on commit be367dc

Please sign in to comment.