Skip to content

Commit

Permalink
[CI] More typo fixes in Nightly build (#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbatashev authored Dec 11, 2021
1 parent 4a54a85 commit b0f0f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sycl_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
if: github.repository == 'intel/llvm'
uses: intel/llvm/.github/workflows/sycl_linux_build_and_test.yml@sycl
with:
build_runs_on: sycl-precommit-linux
build_github_cache: true
build_cache_root: "/__w/llvm"
build_cache_root: "/__w/"
build_artifact_suffix: default
ubuntu2004_docker_build_push:
if: github.repository == 'intel/llvm'
Expand All @@ -21,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
name: sycl_nightly_ubuntu2004
name: sycl_linux_default
path: devops/
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion devops/containers/ubuntu2004_preinstalled.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG base_image=ghcr.io/intel/llvm/ubuntu2004_intel_drivers
FROM $base_image:$base_tag

COPY scripts/drivers_entrypoint.sh /drivers_entrypoint.sh
ADD llvm_sycl.tar.gz /usr
ADD llvm_sycl.tar.xz /usr

ENTRYPOINT ["/bin/bash", "/drivers_entrypoint.sh"]

0 comments on commit b0f0f0b

Please sign in to comment.