From 3dc8838041d84165be88766a468e757cfe15957f Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 23 Jan 2022 01:36:19 +0300 Subject: [PATCH 1/2] Revert "[ci] ignore certificates for kitware apt channel in CUDA jobs (fixes #4646) (#4648)" This reverts commit 10e0edc4539158e8a6295df596524d736fb98778. --- .ci/setup.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index e038be53417f..f389b28e190d 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -98,15 +98,9 @@ else # Linux clang \ libomp-dev fi - curl \ - -s \ - -L \ - --insecure \ - https://apt.kitware.com/keys/kitware-archive-latest.asc \ - | apt-key add - + curl -sL https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" -y - apt-get --allow-unauthenticated upgrade -y - apt-get --allow-unauthenticated update -y + apt-get update apt-get install --no-install-recommends -y \ cmake else From d8d84ccd7f6f81c421ca6424508a1fe1e07e22ad Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 23 Jan 2022 01:40:59 +0300 Subject: [PATCH 2/2] update cuda at CI --- .github/workflows/cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 49b9d7bc169c..2100e171ee7b 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -26,7 +26,7 @@ jobs: - method: source compiler: gcc python_version: 3.7 - cuda_version: "11.5.0" + cuda_version: "11.5.1" - method: pip compiler: clang python_version: 3.8