Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuiba committed May 31, 2024
1 parent 4c3bfed commit a58c2fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.linux.compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
tar -x --use-compress-program=zstdmt -f output850.tzs
cd build/output/
ctest --timeout 3600 -V
export PHOTON_CI_EV_ENGINE=io_uring
ctest --timeout 3600 -V
gcc921:
needs: gcc850
Expand Down Expand Up @@ -99,6 +101,8 @@ jobs:
tar -x --use-compress-program=zstdmt -f output921.tzs
cd build/output/
ctest --timeout 3600 -V
export PHOTON_CI_EV_ENGINE=io_uring
ctest --timeout 3600 -V
gcc1031:
needs: gcc921
Expand Down Expand Up @@ -138,6 +142,8 @@ jobs:
tar -x --use-compress-program=zstdmt -f output1031.tzs
cd build/output/
ctest --timeout 3600 -V
export PHOTON_CI_EV_ENGINE=io_uring
ctest --timeout 3600 -V
gcc1121:
needs: gcc1031
Expand Down Expand Up @@ -177,6 +183,8 @@ jobs:
tar -x --use-compress-program=zstdmt -f output1121.tzs
cd build/output/
ctest --timeout 3600 -V
export PHOTON_CI_EV_ENGINE=io_uring
ctest --timeout 3600 -V
gcc1211:
needs: gcc1121
Expand Down Expand Up @@ -216,5 +224,7 @@ jobs:
tar -x --use-compress-program=zstdmt -f output1211.tzs
cd build/output/
ctest --timeout 3600 -V
export PHOTON_CI_EV_ENGINE=io_uring
ctest --timeout 3600 -V

0 comments on commit a58c2fd

Please sign in to comment.