@@ -180,93 +180,3 @@ jobs:
180180 with :
181181 mode : stop
182182 ref : ${{ env.SYCL_REL_BRANCH }}
183-
184- # No binaries upload for now
185- # nightly_build_upload:
186- # name: Nightly Build Upload
187- # if: ${{ github.ref_name == 'sycl' }}
188- # needs: [ubuntu2204_build, build-win]
189- # runs-on: ubuntu-latest
190- # permissions:
191- # contents: write
192- # steps:
193- # - uses: actions/download-artifact@v4
194- # with:
195- # name: sycl_linux_default
196- # - uses: actions/download-artifact@v4
197- # with:
198- # name: sycl_windows_default
199- # - name: Compute tag
200- # id: tag
201- # run: |
202- # if [ "${{ github.event_name == 'schedule' }}" == "true" ]; then
203- # echo "TAG=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"
204- # else
205- # # TODO: Use date of the commit?
206- # echo "TAG=$(date +'%Y-%m-%d')-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
207- # fi
208- # - name: Upload binaries
209- # uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
210- # with:
211- # files: |
212- # sycl_linux.tar.gz
213- # sycl_windows.tar.gz
214- # tag_name: nightly-${{ steps.tag.outputs.TAG }}
215- # name: DPC++ daily ${{ steps.tag.outputs.TAG }}
216- # prerelease: true
217- # body: "Daily build ${{ steps.tag.outputs.TAG }}"
218- # target_commitish: ${{ github.sha }}
219-
220- # No containers update for now
221- # ubuntu2204_docker_build_push:
222- # if: github.repository == 'intel/llvm'
223- # runs-on: [Linux, build]
224- # permissions:
225- # packages: write
226- # needs: ubuntu2204_build
227- # steps:
228- # - uses: actions/checkout@v4
229- # - uses: actions/download-artifact@v4
230- # with:
231- # name: sycl_linux_default
232- # path: devops/
233- # - name: Build and Push Container (with drivers)
234- # uses: ./devops/actions/build_container
235- # with:
236- # push: ${{ github.ref_name == 'sycl' }}
237- # file: ubuntu2204_preinstalled
238- # username: ${{ github.repository_owner }}
239- # password: ${{ secrets.GITHUB_TOKEN }}
240- # build-args: |
241- # base_image=ghcr.io/intel/llvm/ubuntu2204_intel_drivers
242- # base_tag=latest
243- # tags: |
244- # ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:${{ github.sha }}
245- # ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:latest
246- # - name: Build and Push Container (no drivers)
247- # uses: ./devops/actions/build_container
248- # with:
249- # push: ${{ github.ref_name == 'sycl' }}
250- # file: ubuntu2204_preinstalled
251- # username: ${{ github.repository_owner }}
252- # password: ${{ secrets.GITHUB_TOKEN }}
253- # build-args: |
254- # base_image=ghcr.io/intel/llvm/ubuntu2204_base
255- # base_tag=latest
256- # tags: |
257- # ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:no-drivers-${{ github.sha }}
258- # ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:no-drivers
259- # - name: Build and Push Container (Build image)
260- # uses: ./devops/actions/build_container
261- # with:
262- # push: ${{ github.ref_name == 'sycl' }}
263- # file: ubuntu2204_preinstalled
264- # username: ${{ github.repository_owner }}
265- # password: ${{ secrets.GITHUB_TOKEN }}
266- # build-args: |
267- # base_image=ghcr.io/intel/llvm/ubuntu2204_build
268- # base_tag=latest
269- # tags: |
270- # ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build-${{ github.sha }}
271- # ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build
272-
0 commit comments