Skip to content

Commit

Permalink
Revert "Add flambda2 -Oclassic and -O3 CI jobs (#1459)"
Browse files Browse the repository at this point in the history
This reverts commit 20c1915.
  • Loading branch information
mshinwell authored Jun 8, 2023
1 parent f75965b commit dc7badd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
use_runtime: d
ocamlrunparam: "v=0,V=1"

- name: flambda2_nnp_o3
- name: flambda2_nnp
config: --enable-middle-end=flambda2 --disable-naked-pointers
os: ubuntu-latest
ocamlparam: '_,O3=1'
ocamlparam: ''

- name: flambda2_frame_pointers_oclassic
- name: flambda2_frame_pointers
config: --enable-middle-end=flambda2 --enable-frame-pointers --enable-poll-insertion
os: ubuntu-latest
ocamlparam: '_,Oclassic=1'
ocamlparam: ''

- name: flambda2_cfg
config: --enable-middle-end=flambda2
Expand Down
1 change: 0 additions & 1 deletion ocaml/testsuite/tests/lib-dynlink-init-info/test.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(* TEST
flags += "-w -58"
include dynlink
*)

Expand Down

0 comments on commit dc7badd

Please sign in to comment.