File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -130,23 +130,17 @@ jobs:
130
130
test-framework-linux :
131
131
name : Pre-compile test framework
132
132
needs : prepare-linux
133
- runs-on : ubuntu-latest
134
- container :
135
- image : ${{ needs.prepare-linux.outputs.container_image }}
133
+ runs-on : [self-hosted, desktop-test, Linux]
136
134
continue-on-error : true
137
135
steps :
138
- # Fix for HOME path overridden by GH runners when building in containers, see:
139
- # https://github.com/actions/runner/issues/863
140
- - name : Fix HOME path
141
- run : echo "HOME=/root" >> $GITHUB_ENV
142
136
- name : Checkout repository
143
137
uses : actions/checkout@v4
144
- - name : Setup Docker
145
- uses : crazy-max/ghaction-setup-docker@v3
138
+ # - name: Setup Docker
139
+ # uses: crazy-max/ghaction-setup-docker@v3
146
140
- name : Build test framework
147
141
working-directory : test
148
- env :
149
- CONTAINER_RUNNER : docker
142
+ # env:
143
+ # CONTAINER_RUNNER: docker
150
144
run : ./scripts/container-run.sh ./scripts/build.sh
151
145
- uses : actions/upload-artifact@v3
152
146
with :
You can’t perform that action at this time.
0 commit comments