Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aympab committed Jun 13, 2024
1 parent 0601cc4 commit 9927737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
echo ${{ secrets.GH_ACCESS_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
cd docker
docker build . -t ci-container
docker run ci-container ./compile.sh --hw x86_64 --sycl ${{matrix.sycl}} --tests && cd build_${{ matrix.sycl}}_x86_64 && ctest --output-on-failure
docker run ci-container ./compile.sh --hw x86_64 --sycl ${{matrix.sycl}} --tests && cd /parallel-advection/build_${{ matrix.sycl}}_x86_64 && ctest --output-on-failure
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/maison-de-la-simulation/sycl-complete:latest
FROM ghcr.io/maison-de-la-simulation/sycl-complete:llvm-16

WORKDIR /

Expand Down

0 comments on commit 9927737

Please sign in to comment.