Skip to content

Commit d649988

Browse files
committed
Use newer dune
1 parent 5682fff commit d649988

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
run: |
5353
opam repository add archive git+https://github.com/ocaml/opam-repository-archive
5454
opam update
55-
opam pin -y dune 3.6.0 --no-action
5655
5756
- run: bash -x scripts/install_build_deps.sh
5857

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pipeline {
115115
}
116116
environment {
117117
CXX = 'clang++-6.0'
118-
MACOS_SWITCH = 'stanc3-4.14'
118+
MACOS_SWITCH = 'stanc3-dune-updated'
119119
GIT_AUTHOR_NAME = 'Stan Jenkins'
120120
GIT_AUTHOR_EMAIL = 'mc.stanislaw@gmail.com'
121121
GIT_COMMITTER_NAME = 'Stan Jenkins'
@@ -645,7 +645,6 @@ pipeline {
645645
opam repository add archive git+https://github.com/ocaml/opam-repository-archive
646646
opam switch list
647647
opam update -y || true
648-
opam pin -y dune 3.6.0 --no-action
649648
bash -x scripts/install_build_deps.sh
650649
dune subst
651650
dune build --root=. --profile=release

Jenkinsfile-test-binaries

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pipeline {
4545
buildDiscarder(logRotator(numToKeepStr: '20', daysToKeepStr: '100', artifactDaysToKeepStr: '100'))
4646
}
4747
environment {
48-
MACOS_SWITCH = 'stanc3-4.14'
48+
MACOS_SWITCH = 'stanc3-dune-updated'
4949
}
5050
stages {
5151

@@ -105,7 +105,6 @@ pipeline {
105105
opam repository add archive git+https://github.com/ocaml/opam-repository-archive
106106
opam switch list
107107
opam update -y || true
108-
opam pin -y dune 3.6.0 --no-action
109108
bash -x scripts/install_build_deps.sh
110109
dune subst
111110
dune build --root=. --profile release

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.0)
1+
(lang dune 3.14)
22

33
(using menhir 2.0)
44

0 commit comments

Comments
 (0)