Skip to content

Commit 623b5c1

Browse files
committed
Using custom Rust 1.57 image
1 parent 0206f3b commit 623b5c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@ agent:
55
type: e1-standard-2
66
os_image: ubuntu2004
77
containers:
8-
# Rust 1.56 (2021 edition) is currently not supported
8+
# Rust 1.56 (2021 edition) is currently not supported in Semaphore
99
- name: main
10-
image: 'registry.semaphoreci.com/rust:1.51'
10+
image: 'saluki/rust-ci:1.57'
1111
blocks:
1212
- name: Test release
1313
task:
1414
jobs:
1515
- name: Cargo test
1616
commands:
1717
- checkout
18-
- rustup update stable
19-
- export PATH="$PATH:$HOME/.cargo/bin"
2018
- rustc --version
2119
- cargo build --verbose
2220
- cargo test --verbose

0 commit comments

Comments
 (0)