rustup-dl-debug #16
10
.drone.yml
10
.drone.yml
@ -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
|
||||
@ -59,11 +57,14 @@ steps:
|
||||
- cargo --version
|
||||
- cargo test --verbose --all
|
||||
|
||||
- name: lint-clippy [debug]
|
||||
- name: lint-clippy [debug]
|
||||
image: rust:1.71.1-alpine
|
||||
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