Skip to content

Commit

Permalink
Sync latest compiler pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Feb 27, 2017
1 parent 27dd098 commit 229ed97
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion compilers/4.06.0/4.06.0+pr1060/4.06.0+pr1060.descr

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1"
version: "4.06.0"
src: "https://github.com/ocaml/ocaml/archive/overflow-checking.tar.gz"
src: "https://github.com/mwb-cde/ocaml/archive/quoted-strings.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
Expand Down
1 change: 1 addition & 0 deletions compilers/4.06.0/4.06.0+pr1066/4.06.0+pr1066.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Quoted strings
11 changes: 11 additions & 0 deletions compilers/4.06.0/4.06.0+pr1067/4.06.0+pr1067.comp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
opam-version: "1"
version: "4.06.0"
src: "https://github.com/pirbo/ocaml/archive/testsuite-fixup.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
[make "world.opt"]
[make "install"]
]
packages: [ "base-unix" "base-bigarray" "base-threads" ]
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]]
1 change: 1 addition & 0 deletions compilers/4.06.0/4.06.0+pr1067/4.06.0+pr1067.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix MacOS test unwind_test

0 comments on commit 229ed97

Please sign in to comment.