From 31109293fb243c4a83d002f93fc648d6cbb178df Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 22 Jan 2024 13:03:42 -0600 Subject: [PATCH 1/8] update RAPIDS dependencies to 24.4 --- .../all_cuda-118_arch-x86_64.yaml | 10 +++--- .../all_cuda-120_arch-x86_64.yaml | 10 +++--- dependencies.yaml | 34 +++++++++---------- python/pyproject.toml | 14 ++++---- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index bbc459d9f2..36fafdceb0 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -12,12 +12,12 @@ dependencies: - cuda-python>=11.7.1,<12.0a0 - cuda-version=11.8 - cudatoolkit -- cudf==24.2.* +- cudf==24.4.* - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 - dask-cuda==24.4.* -- dask-cudf==24.2.* +- dask-cudf==24.4.* - dask-ml - doxygen=1.9.1 - gcc_linux-64=11.* @@ -51,7 +51,7 @@ dependencies: - nvcc_linux-64=11.8 - pip - pydata-sphinx-theme!=0.14.2 -- pylibraft==24.2.* +- pylibraft==24.4.* - pynndescent==0.5.8 - pytest - pytest-benchmark @@ -59,10 +59,10 @@ dependencies: - pytest-cov - pytest-xdist - python>=3.9,<3.11 -- raft-dask==24.2.* +- raft-dask==24.4.* - rapids-dask-dependency==24.4.* - recommonmark -- rmm==24.2.* +- rmm==24.4.* - scikit-build-core>=0.7.0 - scikit-learn==1.2 - scipy>=1.8.0 diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index bb24799403..c7f95236ba 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -14,12 +14,12 @@ dependencies: - cuda-profiler-api - cuda-python>=12.0,<13.0a0 - cuda-version=12.0 -- cudf==24.2.* +- cudf==24.4.* - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 - dask-cuda==24.4.* -- dask-cudf==24.2.* +- dask-cudf==24.4.* - dask-ml - doxygen=1.9.1 - gcc_linux-64=11.* @@ -47,7 +47,7 @@ dependencies: - numpydoc - pip - pydata-sphinx-theme!=0.14.2 -- pylibraft==24.2.* +- pylibraft==24.4.* - pynndescent==0.5.8 - pytest - pytest-benchmark @@ -55,10 +55,10 @@ dependencies: - pytest-cov - pytest-xdist - python>=3.9,<3.11 -- raft-dask==24.2.* +- raft-dask==24.4.* - rapids-dask-dependency==24.4.* - recommonmark -- rmm==24.2.* +- rmm==24.4.* - scikit-build-core>=0.7.0 - scikit-learn==1.2 - scipy>=1.8.0 diff --git a/dependencies.yaml b/dependencies.yaml index d3d4bedc88..f8ce4fc662 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -157,8 +157,8 @@ dependencies: - &treelite treelite==3.9.1 - output_types: conda packages: - - &pylibraft_conda pylibraft==24.2.* - - &rmm_conda rmm==24.2.* + - &pylibraft_conda pylibraft==24.4.* + - &rmm_conda rmm==24.4.* - scikit-build-core>=0.7.0 - output_types: requirements packages: @@ -184,12 +184,12 @@ dependencies: matrices: - matrix: {cuda: "12.0"} packages: - - pylibraft-cu12==24.2.* - - rmm-cu12==24.2.* + - pylibraft-cu12==24.4.* + - rmm-cu12==24.4.* - matrix: {cuda: "11.8"} packages: &py_build_packages_cu11 - - &pylibraft_cu11 pylibraft-cu11==24.2.* - - &rmm_cu11 rmm-cu11==24.2.* + - &pylibraft_cu11 pylibraft-cu11==24.4.* + - &rmm_cu11 rmm-cu11==24.4.* - {matrix: {cuda: "11.5"}, packages: *py_build_packages_cu11} - {matrix: {cuda: "11.4"}, packages: *py_build_packages_cu11} - {matrix: {cuda: "11.2"}, packages: *py_build_packages_cu11} @@ -210,10 +210,10 @@ dependencies: - *treelite - output_types: conda packages: - - &cudf_conda cudf==24.2.* + - &cudf_conda cudf==24.4.* - &cupy_conda cupy>=12.0.0 - - &dask_cudf_conda dask-cudf==24.2.* - - &raft_dask_conda raft-dask==24.2.* + - &dask_cudf_conda dask-cudf==24.4.* + - &raft_dask_conda raft-dask==24.4.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -228,20 +228,20 @@ dependencies: matrices: - matrix: {cuda: "12.0"} packages: - - cudf-cu12==24.2.* + - cudf-cu12==24.4.* - cupy-cuda12x>=12.0.0 - - dask-cudf-cu12==24.2.* - - pylibraft-cu12==24.2.* - - raft-dask-cu12==24.2.* - - rmm-cu12==24.2.* + - dask-cudf-cu12==24.4.* + - pylibraft-cu12==24.4.* + - raft-dask-cu12==24.4.* + - rmm-cu12==24.4.* # All CUDA 11 versions - matrix: {cuda: "11.8"} packages: &py_run_packages_cu11 - - cudf-cu11==24.2.* + - cudf-cu11==24.4.* - &cupy_pyproject_cu11 cupy-cuda11x>=12.0.0 - - dask-cudf-cu11==24.2.* + - dask-cudf-cu11==24.4.* - *pylibraft_cu11 - - raft-dask-cu11==24.2.* + - raft-dask-cu11==24.4.* - *rmm_cu11 - {matrix: {cuda: "11.5"}, packages: *py_run_packages_cu11} - {matrix: {cuda: "11.4"}, packages: *py_run_packages_cu11} diff --git a/python/pyproject.toml b/python/pyproject.toml index 13195caf8d..1d3dc2cc56 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,8 +18,8 @@ requires = [ "cuda-python>=11.7.1,<12.0a0", "cython>=3.0.0", "ninja", - "pylibraft==24.2.*", - "rmm==24.2.*", + "pylibraft==24.4.*", + "rmm==24.4.*", "scikit-build-core[pyproject]>=0.7.0", "treelite==3.9.1", "treelite_runtime==3.9.1", @@ -55,16 +55,16 @@ authors = [ license = { text = "Apache 2.0" } requires-python = ">=3.9" dependencies = [ - "cudf==24.2.*", + "cudf==24.4.*", "cupy-cuda11x>=12.0.0", "dask-cuda==24.4.*", - "dask-cudf==24.2.*", + "dask-cudf==24.4.*", "joblib>=0.11", "numba>=0.57", - "pylibraft==24.2.*", - "raft-dask==24.2.*", + "pylibraft==24.4.*", + "raft-dask==24.4.*", "rapids-dask-dependency==24.4.*", - "rmm==24.2.*", + "rmm==24.4.*", "scipy>=1.8.0", "treelite==3.9.1", "treelite_runtime==3.9.1", From d7be0cbb0f76c6e7a97704da551c3e2e0eca4e90 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 22 Jan 2024 13:40:16 -0600 Subject: [PATCH 2/8] fix update-version.sh --- ci/release/update-version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release/update-version.sh b/ci/release/update-version.sh index b895f8a2f8..c1718a4807 100755 --- a/ci/release/update-version.sh +++ b/ci/release/update-version.sh @@ -79,6 +79,7 @@ DEPENDENCIES=( for FILE in dependencies.yaml conda/environments/*.yaml; do for DEP in "${DEPENDENCIES[@]}"; do sed_runner "/- ${DEP}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}\.*/g" ${FILE}; + sed_runner "/-.* ${DEP}-cu.*==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" ${FILE} done done From e61bbffb6dba0f1f16cd2c38e7d7d313cfbae803 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 22 Jan 2024 13:42:47 -0600 Subject: [PATCH 3/8] refactor dependencies --- .../all_cuda-118_arch-x86_64.yaml | 10 +++--- .../all_cuda-120_arch-x86_64.yaml | 10 +++--- dependencies.yaml | 36 ++++++++----------- python/pyproject.toml | 14 ++++---- 4 files changed, 31 insertions(+), 39 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 36fafdceb0..bbc459d9f2 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -12,12 +12,12 @@ dependencies: - cuda-python>=11.7.1,<12.0a0 - cuda-version=11.8 - cudatoolkit -- cudf==24.4.* +- cudf==24.2.* - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 - dask-cuda==24.4.* -- dask-cudf==24.4.* +- dask-cudf==24.2.* - dask-ml - doxygen=1.9.1 - gcc_linux-64=11.* @@ -51,7 +51,7 @@ dependencies: - nvcc_linux-64=11.8 - pip - pydata-sphinx-theme!=0.14.2 -- pylibraft==24.4.* +- pylibraft==24.2.* - pynndescent==0.5.8 - pytest - pytest-benchmark @@ -59,10 +59,10 @@ dependencies: - pytest-cov - pytest-xdist - python>=3.9,<3.11 -- raft-dask==24.4.* +- raft-dask==24.2.* - rapids-dask-dependency==24.4.* - recommonmark -- rmm==24.4.* +- rmm==24.2.* - scikit-build-core>=0.7.0 - scikit-learn==1.2 - scipy>=1.8.0 diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index c7f95236ba..bb24799403 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -14,12 +14,12 @@ dependencies: - cuda-profiler-api - cuda-python>=12.0,<13.0a0 - cuda-version=12.0 -- cudf==24.4.* +- cudf==24.2.* - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 - dask-cuda==24.4.* -- dask-cudf==24.4.* +- dask-cudf==24.2.* - dask-ml - doxygen=1.9.1 - gcc_linux-64=11.* @@ -47,7 +47,7 @@ dependencies: - numpydoc - pip - pydata-sphinx-theme!=0.14.2 -- pylibraft==24.4.* +- pylibraft==24.2.* - pynndescent==0.5.8 - pytest - pytest-benchmark @@ -55,10 +55,10 @@ dependencies: - pytest-cov - pytest-xdist - python>=3.9,<3.11 -- raft-dask==24.4.* +- raft-dask==24.2.* - rapids-dask-dependency==24.4.* - recommonmark -- rmm==24.4.* +- rmm==24.2.* - scikit-build-core>=0.7.0 - scikit-learn==1.2 - scipy>=1.8.0 diff --git a/dependencies.yaml b/dependencies.yaml index f8ce4fc662..f4fa56d85a 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -145,8 +145,7 @@ dependencies: packages: - nvcc_linux-aarch64=11.8 - matrix: - arch: x86_64 - cuda: "12.0" + cuda: "12.*" packages: - cuda-nvcc py_build: @@ -157,8 +156,8 @@ dependencies: - &treelite treelite==3.9.1 - output_types: conda packages: - - &pylibraft_conda pylibraft==24.4.* - - &rmm_conda rmm==24.4.* + - &pylibraft_conda pylibraft==24.2.* + - &rmm_conda rmm==24.2.* - scikit-build-core>=0.7.0 - output_types: requirements packages: @@ -174,25 +173,22 @@ dependencies: - output_types: [conda, requirements, pyproject] matrices: - matrix: - cuda: "12.0" + cuda: "12.*" packages: - - &cuda_python12 cuda-python>=12.0,<13.0a0 + - cuda-python>=12.0,<13.0a0 - matrix: # All CUDA 11 versions packages: - - &cuda_python11 cuda-python>=11.7.1,<12.0a0 + - cuda-python>=11.7.1,<12.0a0 - output_types: [requirements, pyproject] matrices: - - matrix: {cuda: "12.0"} + - matrix: {cuda: "12.*"} packages: - pylibraft-cu12==24.4.* - rmm-cu12==24.4.* - - matrix: {cuda: "11.8"} - packages: &py_build_packages_cu11 + - matrix: {cuda: "11.*"} + packages: - &pylibraft_cu11 pylibraft-cu11==24.4.* - &rmm_cu11 rmm-cu11==24.4.* - - {matrix: {cuda: "11.5"}, packages: *py_build_packages_cu11} - - {matrix: {cuda: "11.4"}, packages: *py_build_packages_cu11} - - {matrix: {cuda: "11.2"}, packages: *py_build_packages_cu11} - {matrix: null, packages: [*pylibraft_conda, *rmm_conda] } py_run: @@ -210,10 +206,10 @@ dependencies: - *treelite - output_types: conda packages: - - &cudf_conda cudf==24.4.* + - &cudf_conda cudf==24.2.* - &cupy_conda cupy>=12.0.0 - - &dask_cudf_conda dask-cudf==24.4.* - - &raft_dask_conda raft-dask==24.4.* + - &dask_cudf_conda dask-cudf==24.2.* + - &raft_dask_conda raft-dask==24.2.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -226,7 +222,7 @@ dependencies: specific: - output_types: [requirements, pyproject] matrices: - - matrix: {cuda: "12.0"} + - matrix: {cuda: "12.*"} packages: - cudf-cu12==24.4.* - cupy-cuda12x>=12.0.0 @@ -234,8 +230,7 @@ dependencies: - pylibraft-cu12==24.4.* - raft-dask-cu12==24.4.* - rmm-cu12==24.4.* - # All CUDA 11 versions - - matrix: {cuda: "11.8"} + - matrix: {cuda: "11.*"} packages: &py_run_packages_cu11 - cudf-cu11==24.4.* - &cupy_pyproject_cu11 cupy-cuda11x>=12.0.0 @@ -243,9 +238,6 @@ dependencies: - *pylibraft_cu11 - raft-dask-cu11==24.4.* - *rmm_cu11 - - {matrix: {cuda: "11.5"}, packages: *py_run_packages_cu11} - - {matrix: {cuda: "11.4"}, packages: *py_run_packages_cu11} - - {matrix: {cuda: "11.2"}, packages: *py_run_packages_cu11} - matrix: null packages: - *cudf_conda diff --git a/python/pyproject.toml b/python/pyproject.toml index 1d3dc2cc56..13195caf8d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,8 +18,8 @@ requires = [ "cuda-python>=11.7.1,<12.0a0", "cython>=3.0.0", "ninja", - "pylibraft==24.4.*", - "rmm==24.4.*", + "pylibraft==24.2.*", + "rmm==24.2.*", "scikit-build-core[pyproject]>=0.7.0", "treelite==3.9.1", "treelite_runtime==3.9.1", @@ -55,16 +55,16 @@ authors = [ license = { text = "Apache 2.0" } requires-python = ">=3.9" dependencies = [ - "cudf==24.4.*", + "cudf==24.2.*", "cupy-cuda11x>=12.0.0", "dask-cuda==24.4.*", - "dask-cudf==24.4.*", + "dask-cudf==24.2.*", "joblib>=0.11", "numba>=0.57", - "pylibraft==24.4.*", - "raft-dask==24.4.*", + "pylibraft==24.2.*", + "raft-dask==24.2.*", "rapids-dask-dependency==24.4.*", - "rmm==24.4.*", + "rmm==24.2.*", "scipy>=1.8.0", "treelite==3.9.1", "treelite_runtime==3.9.1", From a74289a8dcc3e8fb0abeb2c63fc01be53fa29632 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 22 Jan 2024 14:58:07 -0600 Subject: [PATCH 4/8] Update ci/release/update-version.sh Co-authored-by: Bradley Dice --- ci/release/update-version.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/release/update-version.sh b/ci/release/update-version.sh index c1718a4807..a32e3f7a8f 100755 --- a/ci/release/update-version.sh +++ b/ci/release/update-version.sh @@ -78,8 +78,7 @@ DEPENDENCIES=( ) for FILE in dependencies.yaml conda/environments/*.yaml; do for DEP in "${DEPENDENCIES[@]}"; do - sed_runner "/- ${DEP}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}\.*/g" ${FILE}; - sed_runner "/-.* ${DEP}-cu.*==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" ${FILE} + sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" "${FILE}" done done From 8cf9ec923028c5f4602b7b984d06f711899753cd Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 22 Jan 2024 15:21:59 -0600 Subject: [PATCH 5/8] more updates --- conda/environments/all_cuda-118_arch-x86_64.yaml | 10 +++++----- conda/environments/all_cuda-120_arch-x86_64.yaml | 10 +++++----- dependencies.yaml | 10 +++++----- python/pyproject.toml | 14 +++++++------- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index bbc459d9f2..36fafdceb0 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -12,12 +12,12 @@ dependencies: - cuda-python>=11.7.1,<12.0a0 - cuda-version=11.8 - cudatoolkit -- cudf==24.2.* +- cudf==24.4.* - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 - dask-cuda==24.4.* -- dask-cudf==24.2.* +- dask-cudf==24.4.* - dask-ml - doxygen=1.9.1 - gcc_linux-64=11.* @@ -51,7 +51,7 @@ dependencies: - nvcc_linux-64=11.8 - pip - pydata-sphinx-theme!=0.14.2 -- pylibraft==24.2.* +- pylibraft==24.4.* - pynndescent==0.5.8 - pytest - pytest-benchmark @@ -59,10 +59,10 @@ dependencies: - pytest-cov - pytest-xdist - python>=3.9,<3.11 -- raft-dask==24.2.* +- raft-dask==24.4.* - rapids-dask-dependency==24.4.* - recommonmark -- rmm==24.2.* +- rmm==24.4.* - scikit-build-core>=0.7.0 - scikit-learn==1.2 - scipy>=1.8.0 diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index bb24799403..c7f95236ba 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -14,12 +14,12 @@ dependencies: - cuda-profiler-api - cuda-python>=12.0,<13.0a0 - cuda-version=12.0 -- cudf==24.2.* +- cudf==24.4.* - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 - dask-cuda==24.4.* -- dask-cudf==24.2.* +- dask-cudf==24.4.* - dask-ml - doxygen=1.9.1 - gcc_linux-64=11.* @@ -47,7 +47,7 @@ dependencies: - numpydoc - pip - pydata-sphinx-theme!=0.14.2 -- pylibraft==24.2.* +- pylibraft==24.4.* - pynndescent==0.5.8 - pytest - pytest-benchmark @@ -55,10 +55,10 @@ dependencies: - pytest-cov - pytest-xdist - python>=3.9,<3.11 -- raft-dask==24.2.* +- raft-dask==24.4.* - rapids-dask-dependency==24.4.* - recommonmark -- rmm==24.2.* +- rmm==24.4.* - scikit-build-core>=0.7.0 - scikit-learn==1.2 - scipy>=1.8.0 diff --git a/dependencies.yaml b/dependencies.yaml index f4fa56d85a..1255662f8e 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -156,8 +156,8 @@ dependencies: - &treelite treelite==3.9.1 - output_types: conda packages: - - &pylibraft_conda pylibraft==24.2.* - - &rmm_conda rmm==24.2.* + - &pylibraft_conda pylibraft==24.4.* + - &rmm_conda rmm==24.4.* - scikit-build-core>=0.7.0 - output_types: requirements packages: @@ -206,10 +206,10 @@ dependencies: - *treelite - output_types: conda packages: - - &cudf_conda cudf==24.2.* + - &cudf_conda cudf==24.4.* - &cupy_conda cupy>=12.0.0 - - &dask_cudf_conda dask-cudf==24.2.* - - &raft_dask_conda raft-dask==24.2.* + - &dask_cudf_conda dask-cudf==24.4.* + - &raft_dask_conda raft-dask==24.4.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file diff --git a/python/pyproject.toml b/python/pyproject.toml index 13195caf8d..1d3dc2cc56 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,8 +18,8 @@ requires = [ "cuda-python>=11.7.1,<12.0a0", "cython>=3.0.0", "ninja", - "pylibraft==24.2.*", - "rmm==24.2.*", + "pylibraft==24.4.*", + "rmm==24.4.*", "scikit-build-core[pyproject]>=0.7.0", "treelite==3.9.1", "treelite_runtime==3.9.1", @@ -55,16 +55,16 @@ authors = [ license = { text = "Apache 2.0" } requires-python = ">=3.9" dependencies = [ - "cudf==24.2.*", + "cudf==24.4.*", "cupy-cuda11x>=12.0.0", "dask-cuda==24.4.*", - "dask-cudf==24.2.*", + "dask-cudf==24.4.*", "joblib>=0.11", "numba>=0.57", - "pylibraft==24.2.*", - "raft-dask==24.2.*", + "pylibraft==24.4.*", + "raft-dask==24.4.*", "rapids-dask-dependency==24.4.*", - "rmm==24.2.*", + "rmm==24.4.*", "scipy>=1.8.0", "treelite==3.9.1", "treelite_runtime==3.9.1", From 10d0c63b13f192049d4c027b3c92434136345229 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 23 Jan 2024 08:51:07 -0600 Subject: [PATCH 6/8] empty commit to re-trigger CI From 926f617154140086b7f745234b9557f00a94b37d Mon Sep 17 00:00:00 2001 From: ptaylor Date: Tue, 23 Jan 2024 21:44:21 -0800 Subject: [PATCH 7/8] debug git and ssh configs --- .github/workflows/pr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ff131009c0..894a9675b0 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -116,6 +116,9 @@ jobs: with: extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY build_command: | + cat ~/.gitconfig; + cat ~/.ssh/config; + cat ~/.ssh/key-*.pub; sccache -z; build-all --verbose; sccache -s; From f0a9ed49ba058d0b57595df75cb372786bee4abb Mon Sep 17 00:00:00 2001 From: ptaylor Date: Tue, 23 Jan 2024 21:55:12 -0800 Subject: [PATCH 8/8] revert previous commit --- .github/workflows/pr.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 894a9675b0..ff131009c0 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -116,9 +116,6 @@ jobs: with: extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY build_command: | - cat ~/.gitconfig; - cat ~/.ssh/config; - cat ~/.ssh/key-*.pub; sccache -z; build-all --verbose; sccache -s;