Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome authored Sep 28, 2023
1 parent 31a3c26 commit a83727a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install system tools
run: |
sudo apt update
sudo apt install -y cmake ninja-build clang lld git libbpf-dev
sudo apt install -y qemu-system-x86 cmake ninja-build clang lld git libbpf-dev
# we need to fetch rust deps first to speed up cargo xtask
- name: Cache Rust dependencies
Expand All @@ -45,12 +45,9 @@ jobs:

- name: Build-Tools (LLVM and bpf-linker)
run: cargo xtask build-tools --free-space

#- name: Save cached build tools
# uses: actions/cache@v3
# with:
# path: build-tools # path where build-tools are installed
# key: ${{ runner.os }}-build-tools-${{ hashFiles('xtask/src/**/*.rs') }}

- name: Build (eBPF and userland)
run: cargo xtask build

- name: Linux Kernel 5.4
run: ./scripts/ci/test_kernel.sh 5.4

0 comments on commit a83727a

Please sign in to comment.