Skip to content

Commit

Permalink
add fstack CI (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 committed Sep 2, 2024
1 parent 691d33a commit b41b89e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.linux.x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,16 @@ jobs:
export PHOTON_CI_EV_ENGINE=epoll_ng
ctest -E test-lockfree --timeout 3600 -V
fstack:
runs-on: ubuntu-latest
container:
image: ghcr.io/beef9999/photon-ut-fstack:latest
options: --cpus 4 --privileged
steps:
- uses: actions/checkout@v4
- name: Build on FStack-DPDK
run: |
cmake -B build -D CMAKE_BUILD_TYPE=MinSizeRel \
-D PHOTON_BUILD_TESTING=ON \
-D PHOTON_ENABLE_FSTACK_DPDK=ON
cmake --build build -j $(nproc) -t fstack-dpdk-demo

0 comments on commit b41b89e

Please sign in to comment.