We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ee838 commit 4831e51Copy full SHA for 4831e51
.circleci/config.yml
@@ -23,7 +23,7 @@ workflows:
23
jobs:
24
musl_build:
25
docker:
26
- - image: clux/muslrust:latest
+ - image: clux/muslrust:stable
27
working_directory: /volume
28
steps:
29
- checkout
Makefile
@@ -17,7 +17,7 @@ compile:
17
-v cargo-cache:/root/.cargo \
18
-v $$PWD:/volume \
19
-w /volume \
20
- -it clux/muslrust:latest \
+ -it clux/muslrust:stable \
21
cargo build --release
22
sudo chown $$USER:$$USER -R target
mv target/x86_64-unknown-linux-musl/release/controller .
0 commit comments