File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments