From b75208fbd5fe305aa4bd685daf4bdf115b78fb80 Mon Sep 17 00:00:00 2001 From: Shanaka Prageeth Date: Wed, 12 Mar 2025 11:10:56 +0900 Subject: [PATCH] wip --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b8df44d0..261e4a916 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,26 +7,22 @@ on: - main jobs: - build: + build-ubuntu: runs-on: ubuntu-latest container: image: shanakaprageeth/ubuntu24-dpdk:latest - steps: - name: Checkout code uses: actions/checkout@v2 - - name: Install dependencies run: | apt-get update - apt install -y libssl-dev ninja-build + apt install -y libssl-dev ninja-build tree cd /root/dpdk/ ninja -C build install - name: Compile f-stack run: | cd lib/ make - - - name: Check output run: tree .