Skip to content

Commit

Permalink
Update ci.linux.x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 authored Feb 29, 2024
1 parent 87d0bae commit f2253f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.linux.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cd build
ctest --timeout 3600 -V
centos8-gcc9-epoll-debug:
centos8-gcc8-epoll-debug:
runs-on: ubuntu-latest

container:
Expand All @@ -71,7 +71,6 @@ jobs:
- name: Build
run: |
source /opt/rh/gcc-toolset-9/enable
cmake -B build -D CMAKE_BUILD_TYPE=Debug -D PHOTON_BUILD_TESTING=ON \
-D PHOTON_ENABLE_SASL=ON -D PHOTON_ENABLE_FUSE=ON -D PHOTON_ENABLE_EXTFS=ON
cmake --build build -j -- VERBOSE=1
Expand Down

0 comments on commit f2253f3

Please sign in to comment.