mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
fix ci
This commit is contained in:
@@ -69,6 +69,11 @@ jobs:
|
|||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
cache-all-crates: true
|
cache-all-crates: true
|
||||||
|
|
||||||
|
- name: Install system dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y musl-tools build-essential lld libdbus-1-dev libwayland-dev libwebkit2gtk-4.1-dev libxdo-dev
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --all --exclude e2e_test
|
run: cargo test --all --exclude e2e_test
|
||||||
|
|
||||||
@@ -87,11 +92,6 @@ jobs:
|
|||||||
name: rustfs
|
name: rustfs
|
||||||
path: ./target/artifacts/*
|
path: ./target/artifacts/*
|
||||||
|
|
||||||
- name: Install system dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y libglib2.0-dev pkg-config libzstd-dev
|
|
||||||
|
|
||||||
- name: Install s3s-e2e
|
- name: Install s3s-e2e
|
||||||
run: |
|
run: |
|
||||||
cargo install s3s-e2e --git https://github.com/Nugine/s3s.git
|
cargo install s3s-e2e --git https://github.com/Nugine/s3s.git
|
||||||
|
|||||||
Reference in New Issue
Block a user