From a802747ccca1e32d13aa14545af97f6164116e36 Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:23:31 +0300 Subject: [PATCH 1/4] Update ci.yml --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff961c7c..39e9ea95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,13 @@ jobs: cling: On cling-version: '1.0' cppyy: On + - name: ubu22-x86-gcc12-cling-cuda + os: self-hosted + compiler: gcc-12 + clang-runtime: '13' + cling: On + cling-version: '1.0' + cppyy: On - name: osx13-x86-clang-clang17 os: macos-13 compiler: clang From 968391bfccf4f7504066bd59fdeedb75f3845ffc Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:30:09 +0300 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e9ea95..8e78edbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,6 +177,7 @@ jobs: - name: Install deps on Linux if: runner.os == 'Linux' run: | + echo "###" && sudo ls / && sudo touch /a1.txt # Install deps sudo apt-get update --yes sudo apt-get install --yes --no-install-recommends ncurses-dev libtinfo-dev libtinfo5 lld From 95b3effc2065d2305a478010fc0dd75ebe15bc38 Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:34:18 +0300 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e78edbe..c4ef8a50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,12 @@ jobs: cling: On cling-version: '1.0' cppyy: On + - name: ubu22-x86-gcc12-clang16-cuda + os: self-hosted + compiler: gcc-12 + clang-runtime: '16' + cling: Off + cppyy: On - name: osx13-x86-clang-clang17 os: macos-13 compiler: clang @@ -98,6 +104,7 @@ jobs: - name: Save PR Info on Unix systems if: ${{ runner.os != 'windows' }} run: | + echo "###" && sudo ls / && sudo touch /a1.txt mkdir -p ./pr echo ${{ github.event.number }} > ./pr/NR echo ${{ github.repository }} > ./pr/REPO @@ -177,7 +184,6 @@ jobs: - name: Install deps on Linux if: runner.os == 'Linux' run: | - echo "###" && sudo ls / && sudo touch /a1.txt # Install deps sudo apt-get update --yes sudo apt-get install --yes --no-install-recommends ncurses-dev libtinfo-dev libtinfo5 lld From 8e3916bbc16ee34491bd36088d5d07916828696e Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Sun, 15 Sep 2024 02:31:01 +0300 Subject: [PATCH 4/4] Update ci.yml