Skip to content

Commit ae13aff

Browse files
committed
fix ci after changes in ci-support
1 parent 01cae4b commit ae13aff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
./configure.py --cl-inc-dir="$TEST_ENV_ROOT/include" --cl-lib-dir="$TEST_ENV_ROOT/lib"
177177
git add -f siteconf.py
178178
179-
prepare_downstream_build "$DOWNSTREAM_PROJECT"
179+
prepare_downstream_build "https://github.com/inducer/$DOWNSTREAM_PROJECT.git"
180180
sed -i 's/pyopencl/ocl-icd/' .test-conda-env-py3.yml
181181
build_py_project_in_conda_env
182182
test_py_project

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Downstream:
272272
./configure.py --cl-inc-dir="$TEST_ENV_ROOT/include" --cl-lib-dir="$TEST_ENV_ROOT/lib"
273273
git add -f siteconf.py
274274
275-
prepare_downstream_build "$DOWNSTREAM_PROJECT"
275+
prepare_downstream_build "https://github.com/inducer/$DOWNSTREAM_PROJECT.git"
276276
sed -i 's/pyopencl/ocl-icd/' .test-conda-env-py3.yml
277277
build_py_project_in_conda_env
278278
test_py_project

0 commit comments

Comments
 (0)