Skip to content

Commit

Permalink
Build the container image with an updated rust-nightly and rust-1.58.1
Browse files Browse the repository at this point in the history
I'm interested in a newer nightly to see if that fixes the coverage
job - #841

See rust-lang/rust#93054
  • Loading branch information
federicomenaquintero committed Feb 18, 2022
1 parent c475acd commit c991066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/container_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include:
variables:
# When branching change the suffix to avoid conflicts with images
# from the main branch
BASE_TAG: "2022-01-24.0-main"
RUST_STABLE: "1.58.0"
BASE_TAG: "2022-02-17.0-main"
RUST_STABLE: "1.58.1"
RUST_MINIMUM: "1.56.1"

.container.opensuse@common:
Expand Down

0 comments on commit c991066

Please sign in to comment.