Skip to content

Commit

Permalink
ci: nightly only for now
Browse files Browse the repository at this point in the history
container: use nightly containers
  • Loading branch information
da2ce7 committed Dec 3, 2023
1 parent 100eb00 commit 6b5b5ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]

steps:
- id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]

steps:
- id: checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]

steps:
- id: checkout
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]

steps:
- id: checkout
Expand Down
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# Torrust Tracker

## Builder Image
FROM rust:bookworm as chef
FROM rustlang:nightly-bookworm as chef
WORKDIR /tmp
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
RUN cargo binstall --no-confirm cargo-chef cargo-nextest

## Tester Image
FROM rust:slim-bookworm as tester
FROM rustlang:nightly-bookworm-slim as tester
WORKDIR /tmp

RUN apt-get update; apt-get install -y curl sqlite3; apt-get autoclean
Expand Down
1 change: 1 addition & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"RUSTDOCFLAGS",
"RUSTFLAGS",
"rustfmt",
"rustlang",
"Rustls",
"Seedable",
"serde",
Expand Down

0 comments on commit 6b5b5ea

Please sign in to comment.