rustup-dl-debug #16
@ -1,6 +1,5 @@
|
||||
kind: pipeline
|
||||
name: amd64 [debug]
|
||||
custom_dnss: [ 1.1.1.1, 1.0.0.1 ]
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
@ -39,7 +38,6 @@ steps:
|
||||
---
|
||||
kind: pipeline
|
||||
name: arm64 [debug]
|
||||
custom_dnss: [ 1.1.1.1, 1.0.0.1 ]
|
||||
|
||||
platform:
|
||||
arch: arm64
|
||||
@ -64,6 +62,9 @@ steps:
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
# Stupid workarounds, for stupid problems
|
||||
- echo "hostname 1.1.1.1 >> /etc/resolv.conf
|
||||
- echo "hostname 1.0.0.1" >> /etc/resolv.conf
|
||||
- rustup component add clippy
|
||||
- cargo clippy --verbose --all
|
||||
|
||||
@ -72,6 +73,9 @@ steps:
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
# Stupid workarounds, for stupid problems
|
||||
- echo "hostname 1.1.1.1 >> /etc/resolv.conf
|
||||
- echo "hostname 1.0.0.1" >> /etc/resolv.conf
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --verbose --all --check
|
||||
|
||||
|
Reference in New Issue
Block a user