Skip to content

Commit

Permalink
fix: chapel build
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Sep 17, 2022
1 parent aadb4d0 commit cf39d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/bench_chapel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ environments:
compiler: chpl
compiler_version_command: chpl --version
version: latest
docker: chapel/chapel
docker: chapel/chapel:1.27.0
include: chapel
include_sub_dir: src
build: mason build --release --show -- --static --ccflags -march=broadwell
Expand Down
2 changes: 1 addition & 1 deletion bench/include/ocaml/app.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
# "dune" {build}
# "re" {>= "1.10.3"}
"res" {>= "5.0.1"}
"yojson" {>= "2.0.1"}
"yojson" {>= "2.0.2"}
# "opam-lock" {dev}
# "ocaml" {>= "4.11.1"}
# "zarith" {>= "1.12"}
Expand Down

0 comments on commit cf39d01

Please sign in to comment.