File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
- name : Build the container
30
30
run : docker build -t ubuntucontainer tss-esapi/tests/ --file tss-esapi/tests/Dockerfile-ubuntu
31
31
- name : Run the container
32
- run : docker run -v $(pwd):/tmp/rust-tss-esapi -w /tmp/rust-tss-esapi/tss-esapi --env RUST_TOOLCHAIN_VERSION=1.57 .0 ubuntucontainer /tmp/rust-tss-esapi/tss-esapi/tests/all-ubuntu.sh
32
+ run : docker run -v $(pwd):/tmp/rust-tss-esapi -w /tmp/rust-tss-esapi/tss-esapi --env RUST_TOOLCHAIN_VERSION=1.60 .0 ubuntucontainer /tmp/rust-tss-esapi/tss-esapi/tests/all-ubuntu.sh
33
33
# All in one job as I think it is a big overhead to build and run the Docker
34
34
# container?
35
35
tests-ubuntu :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ At the moment we test (via CI) and support the following Rust compiler versions:
9
9
10
10
* On Ubuntu we test with:
11
11
- The latest stable compiler version, as accessible through ` rustup ` .
12
- - The 1.57 compiler version.
12
+ - The 1.60 compiler version.
13
13
* On Fedora we test with the compiler version included with the Fedora 35 release.
14
14
15
15
If you need support for other versions of the compiler, get in touch with us to see what we can do!
You can’t perform that action at this time.
0 commit comments