Skip to content

Commit a377910

Browse files
authored
Remove self-hosted job from build.yml (#293)
Removed self-hosted job configuration from build workflow.
1 parent 51f4bdf commit a377910

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,3 @@ jobs:
4545
export ASAN_OPTIONS="detect_leaks=1:halt_on_error=1:verbosity=1"
4646
ctest -C ${{env.BUILD_TYPE}} --output-on-failure --parallel
4747
48-
selfhosted:
49-
if: github.repository == '1a1a11a/libCacheSim'
50-
runs-on: self-hosted
51-
steps:
52-
- uses: actions/checkout@v4
53-
- name: Configure CMake
54-
run: cmake -G Ninja -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_GLCACHE=on -DENABLE_LRB=on
55-
- name: Build
56-
run: ninja -C ${{github.workspace}}/build
57-
- name: Test
58-
working-directory: ${{github.workspace}}/build
59-
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --parallel

0 commit comments

Comments
 (0)