Skip to content

Commit

Permalink
Avoid broken Intel OpenCL RT v2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 4, 2022
1 parent 06a61b0 commit 76d43c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
- name: "Main Script"
run: |
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
sed -i "s/- pocl/- intel-opencl-rt/g" "$CONDA_ENVIRONMENT"
# https://github.com/conda-forge/intel-compiler-repack-feedstock/issues/7
sed -i 's/- pocl/- intel-opencl-rt!=2022.2/g' "$CONDA_ENVIRONMENT"
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
./configure.py --cl-use-shipped-ext
Expand Down

0 comments on commit 76d43c7

Please sign in to comment.