Skip to content

Commit

Permalink
GitHub CI: Remove unnecessary flags
Browse files Browse the repository at this point in the history
These flags do not exist, they're there because I used the file from FastClick
  • Loading branch information
tbarbette authored Jul 4, 2022
1 parent 2459b1f commit 9197a59
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]
env:
CXXFLAGS: -std=gnu++11
FLAGS: --enable-all-elements --enable-simtime
FLAGS: --enable-all-elements

#Until we find a solution for the world-writable /home/runner in GitHub Actions...
NODPDKTEST: 1
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
COMPILER: [gcc, clang]
FRAMEWORK: [vanilla, dpdk, netmap, vanilla-nopool]
FRAMEWORK: [vanilla, dpdk, netmap]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -63,9 +63,6 @@ jobs:
echo "FRAMEWORK_FLAGS=$FRAMEWORK_FLAGS" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
elif [ "${{matrix.FRAMEWORK}}" = "vanilla-nopool" ] ; then
FRAMEWORK_FLAGS="$FRAMEWORK_FLAGS --disable-click-pool"
echo "FRAMEWORK_FLAGS=$FRAMEWORK_FLAGS" >> $GITHUB_ENV
fi
- name: configure
run: |
Expand Down

0 comments on commit 9197a59

Please sign in to comment.