Skip to content

Commit f3570a3

Browse files
committed
use dafny 4.8.0
1 parent 40ba566 commit f3570a3

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

codebuild/ci/net-vectors-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ phases:
77
commands:
88
- git submodule update --init submodules/MaterialProviders
99
# Get Dafny
10-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
10+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
1111
- unzip -qq dafny.zip && rm dafny.zip
1212
- export PATH="$PWD/dafny:$PATH"
1313
# Get Gradle 7.6
@@ -36,4 +36,4 @@ phases:
3636
build:
3737
commands:
3838
# NOTE: We need to pass the absolute path of the vectors
39-
- mvn -B -ntp install -Dgpg.skip=true -Djacoco.skip=true "-Dtest=TestVectorRunner" "-DtestVectorZip=file://$VECTOR_ZIP"
39+
- mvn -B -ntp install -Dgpg.skip=true -Djacoco.skip=true "-Dtest=TestVectorRunner" "-DtestVectorZip=file://$VECTOR_ZIP"

codebuild/ci/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ phases:
2020
commands:
2121
- git submodule update --init submodules/MaterialProviders
2222
# Get Dafny
23-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
23+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
2424
- unzip -qq dafny.zip && rm dafny.zip
2525
- export PATH="$PWD/dafny:$PATH"
2626
# Get Gradle 7.6

codebuild/ci/vectors-ci-mkp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ phases:
77
commands:
88
- git submodule update --init submodules/MaterialProviders
99
# Get Dafny
10-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
10+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
1111
- unzip -qq dafny.zip && rm dafny.zip
1212
- export PATH="$PWD/dafny:$PATH"
1313
# Get Gradle 7.6

codebuild/ci/vectors-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ phases:
77
commands:
88
- git submodule update --init submodules/MaterialProviders
99
# Get Dafny
10-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
10+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
1111
- unzip -qq dafny.zip && rm dafny.zip
1212
- export PATH="$PWD/dafny:$PATH"
1313
# Get Gradle 7.6

codebuild/ci/vectors-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ phases:
1111

1212
- git submodule update --init submodules/MaterialProviders
1313
# Get Dafny
14-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
14+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
1515
- unzip -qq dafny.zip && rm dafny.zip
1616
- export PATH="$PWD/dafny:$PATH"
1717
# Get Gradle 7.6

codebuild/release/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ phases:
1919
commands:
2020
- git submodule update --init submodules/MaterialProviders
2121
# Get Dafny
22-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
22+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
2323
- unzip -qq dafny.zip && rm dafny.zip
2424
- export PATH="$PWD/dafny:$PATH"
2525
# Get Gradle 7.6

codebuild/release/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phases:
2121
commands:
2222
- git submodule update --init submodules/MaterialProviders
2323
# Get Dafny
24-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
24+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
2525
- unzip -qq dafny.zip && rm dafny.zip
2626
- export PATH="$PWD/dafny:$PATH"
2727
# Get Gradle 7.6

0 commit comments

Comments
 (0)