forked from mirrors/kingfisher
Fixed CI runner failure when executing tests
This commit is contained in:
parent
dfa4375152
commit
1583df7a64
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -256,7 +256,7 @@ linux-x64: check-docker create-dockerignore
|
|||
bzip2-dev bzip2-static \
|
||||
xz-dev xz-static \
|
||||
boost-dev linux-headers \
|
||||
patch perl ragel && \
|
||||
patch perl ragel \
|
||||
git openssl-dev curl && \
|
||||
\
|
||||
cargo test --workspace --all-targets -- --test-threads=1 ; \
|
||||
|
|
@ -285,7 +285,7 @@ linux-arm64: check-docker create-dockerignore
|
|||
bzip2-dev bzip2-static \
|
||||
xz-dev xz-static \
|
||||
boost-dev linux-headers \
|
||||
patch perl ragel && \
|
||||
patch perl ragel \
|
||||
git openssl-dev curl && \
|
||||
\
|
||||
rustup target add aarch64-unknown-linux-musl && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue