Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldwings committed Jun 18, 2024
1 parent 7264fa0 commit ace58b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.linux.x86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main", "release/*" ]

jobs:
test850:
gcc850:
runs-on: ubuntu-latest
container:
image: ghcr.io/coldwings/photon-ut-base:latest
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
export PHOTON_CI_EV_ENGINE=epoll_ng
ctest -E test-lockfree --timeout 3600 -V
test921:
gcc921:
runs-on: ubuntu-latest
container:
image: ghcr.io/coldwings/photon-ut-base:latest
Expand All @@ -51,7 +51,7 @@ jobs:
timezoneMacos: "Asia/Shanghai"
timezoneWindows: "China Standard Time"
- uses: actions/checkout@v3
- name: Build850
- name: Build921
run: |
source /opt/rh/gcc-toolset-9/enable
rm -fr build
Expand All @@ -72,7 +72,7 @@ jobs:
export PHOTON_CI_EV_ENGINE=epoll_ng
ctest -E test-lockfree --timeout 3600 -V
test1031:
gcc1031:
runs-on: ubuntu-latest
container:
image: ghcr.io/coldwings/photon-ut-base:latest
Expand All @@ -84,7 +84,7 @@ jobs:
timezoneMacos: "Asia/Shanghai"
timezoneWindows: "China Standard Time"
- uses: actions/checkout@v3
- name: Build850
- name: Build1031
run: |
source /opt/rh/gcc-toolset-10/enable
rm -fr build
Expand All @@ -105,7 +105,7 @@ jobs:
export PHOTON_CI_EV_ENGINE=epoll_ng
ctest -E test-lockfree --timeout 3600 -V
test1121:
gcc1121:
runs-on: ubuntu-latest
container:
image: ghcr.io/coldwings/photon-ut-base:latest
Expand All @@ -117,7 +117,7 @@ jobs:
timezoneMacos: "Asia/Shanghai"
timezoneWindows: "China Standard Time"
- uses: actions/checkout@v3
- name: Build850
- name: Build1121
run: |
source /opt/rh/gcc-toolset-11/enable
rm -fr build
Expand All @@ -138,7 +138,7 @@ jobs:
export PHOTON_CI_EV_ENGINE=epoll_ng
ctest -E test-lockfree --timeout 3600 -V
test1211:
gcc1211:
runs-on: ubuntu-latest
container:
image: ghcr.io/coldwings/photon-ut-base:latest
Expand All @@ -150,7 +150,7 @@ jobs:
timezoneMacos: "Asia/Shanghai"
timezoneWindows: "China Standard Time"
- uses: actions/checkout@v3
- name: Build850
- name: Build1211
run: |
source /opt/rh/gcc-toolset-12/enable
rm -fr build
Expand Down
1 change: 1 addition & 0 deletions test/ci-tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <photon/common/alog.h>
#include <photon/common/alog-stdstring.h>
#include <photon/photon.h>
#include <pthread.h>


namespace photon {
Expand Down

0 comments on commit ace58b5

Please sign in to comment.