Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Aug 26, 2024
1 parent debb8d1 commit 774230f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/bpf_conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,10 @@ jobs:
with:
python-version: '3.8'


- name: Install Ninja (Ubuntu)
if: ${{matrix.container == 'ubuntu-2204'}}
run:
apt install ninja-build

- name: build
run:
|
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DBPFTIME_ENABLE_UNIT_TESTING=1 -G Ninja
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DBPFTIME_ENABLE_UNIT_TESTING=1
cmake --build build --target all -j

- name: get bpf_conformance
Expand Down

0 comments on commit 774230f

Please sign in to comment.