From 983d7be66a104acdcf9a5f28218818888db1a4cb Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Wed, 6 Sep 2023 16:38:29 +0200 Subject: [PATCH 01/28] Test runner --- .github/workflows/test.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..c58d315 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,12 @@ +name: test-docker + +jobs: + build-with-llvm: + runs-on: gcp-llvm-runner + container: + image: clang-debian11:staging + steps: + - name: Check for dockerenv file + run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) + - name: Check for files + run: (ls -alh / && ls -alh /home && ls -alh /opt) From 3c27acc426e3a756345378b7e81e88cfcd90d1d3 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Wed, 6 Sep 2023 16:42:59 +0200 Subject: [PATCH 02/28] On push --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c58d315..3cef3e0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,5 +1,5 @@ name: test-docker - +on: push jobs: build-with-llvm: runs-on: gcp-llvm-runner From dcd3f1ccfe33f9c158841859d08547dc96e4e2d1 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Wed, 6 Sep 2023 16:48:21 +0200 Subject: [PATCH 03/28] On self-hosted --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3cef3e0..92f63ee 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,7 @@ name: test-docker on: push jobs: build-with-llvm: - runs-on: gcp-llvm-runner + runs-on: self-hosted container: image: clang-debian11:staging steps: From ef34b3fe5e69e49450c05e8539922bdd4915e54b Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Fri, 15 Sep 2023 17:11:35 +0200 Subject: [PATCH 04/28] Test local registry --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 92f63ee..55fe8ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: clang-debian11:staging + image: registry/clang-debian11:staging steps: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) From 28aae85defa03466c436758673b8e57b15eaff36 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 25 Sep 2023 16:42:37 +0200 Subject: [PATCH 05/28] Test local registry --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 55fe8ed..694ba26 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry/clang-debian11:staging + image: registry/clang-debian11:latest steps: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) From 83501574358d4774d3953c5f60fb0d8e7539c9eb Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 25 Sep 2023 16:49:09 +0200 Subject: [PATCH 06/28] Test local registry --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 694ba26..76fcae8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry/clang-debian11:latest + image: https://registry/clang-debian11:latest steps: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) From 6f7f0dc7cbdddc9de70ee273579037dbaa4a0781 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 25 Sep 2023 16:50:25 +0200 Subject: [PATCH 07/28] Test local registry --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 76fcae8..d9ce2e9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: https://registry/clang-debian11:latest + image: registry:443/clang-debian11:latest steps: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) From ba4711049848c985e18d5039b7516303098cc58a Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 25 Sep 2023 16:52:42 +0200 Subject: [PATCH 08/28] Test local registry --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d9ce2e9..763e9ca 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry:443/clang-debian11:latest + image: registry/clang-debian11 steps: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) From 951ac5e56a88325567528843f6a9dfa5d5fe5f66 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 25 Sep 2023 17:03:09 +0200 Subject: [PATCH 09/28] Test local registry --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 763e9ca..55fe8ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry/clang-debian11 + image: registry/clang-debian11:staging steps: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) From 8f5e93f1e73778f001f4e9ab5021365dadb92356 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 25 Sep 2023 17:24:04 +0200 Subject: [PATCH 10/28] Test local registry --- .github/workflows/test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 55fe8ed..d8dc6e4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,15 @@ name: test-docker on: push jobs: + login: + runs-on: self-hosted + steps: + - name: Login to Registry + uses: docker/login-action@v3 + with: + registry: registry + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }} build-with-llvm: runs-on: self-hosted container: From 48b341cad17d34f32272897b1b11deb6d67c67af Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 25 Sep 2023 17:46:15 +0200 Subject: [PATCH 11/28] Test local registry --- .github/workflows/test.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8dc6e4..92f63ee 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,19 +1,10 @@ name: test-docker on: push jobs: - login: - runs-on: self-hosted - steps: - - name: Login to Registry - uses: docker/login-action@v3 - with: - registry: registry - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_PASSWORD }} build-with-llvm: runs-on: self-hosted container: - image: registry/clang-debian11:staging + image: clang-debian11:staging steps: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) From 9269fa6929b1f8a265fa45019f7e4b9c4c59b68d Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Wed, 27 Sep 2023 17:31:44 +0200 Subject: [PATCH 12/28] Test --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 92f63ee..015e6a9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,6 +5,9 @@ jobs: runs-on: self-hosted container: image: clang-debian11:staging + credentials: + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }} steps: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) From 51c6d4c7b76eeaf5b84cc07da98890cf25827d26 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Wed, 27 Sep 2023 17:44:33 +0200 Subject: [PATCH 13/28] Test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 015e6a9..b79f07c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: clang-debian11:staging + image: registry:443/clang-debian11:staging credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} From f73a77ee195c20ee738d14d6bd61bb52dd6eb3b1 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 2 Oct 2023 16:47:04 +0200 Subject: [PATCH 14/28] ollvm test image --- .github/workflows/test.yaml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b79f07c..ebd7c67 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,18 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} steps: - - name: Check for dockerenv file - run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) - - name: Check for files - run: (ls -alh / && ls -alh /home && ls -alh /opt) + - name: Checkout plugin sources + uses: actions/checkout@v3 + with: + path: src/ollvm + + - name: Compile plugin with LLVM 16 + run: | + cmake \ + -S src/llvm-16 \ + -B build/llvm-16 \ + -G Ninja \ + -D CMAKE_VERBOSE_MAKEFILE=On \ + -D LLVM_DIR=/usr/local/clang-install/lib/cmake \ + -D BUILD_DUMMY=On + cmake --build build/llvm-16 From 95a15cf9b6743ceb970e75dc3383585380d308f1 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 2 Oct 2023 16:58:32 +0200 Subject: [PATCH 15/28] test checkout v2 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ebd7c67..e63d409 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} steps: - name: Checkout plugin sources - uses: actions/checkout@v3 + uses: actions/checkout@v2 with: path: src/ollvm From 35c468ef5a93aac7eccc49ddbeee358489c0a0f8 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 2 Oct 2023 16:59:58 +0200 Subject: [PATCH 16/28] test checkout v4 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e63d409..5382317 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} steps: - name: Checkout plugin sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: src/ollvm From 3eb6250cdb51a404fd35cf8b0fe180356cf883c7 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 11:12:41 +0200 Subject: [PATCH 17/28] test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5382317..b5e88e2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry:443/clang-debian11:staging + image: registry:443/clang-debian12:staging credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} From 9f7bb69015e93941c2c4cde186b0a8a68f345478 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 14:12:50 +0200 Subject: [PATCH 18/28] test --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b5e88e2..cf46f06 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,13 +4,13 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry:443/clang-debian12:staging + image: registry:443/clang-debian11:staging credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} steps: - name: Checkout plugin sources - uses: actions/checkout@v4 + uses: actions/checkout@v1 with: path: src/ollvm From 609a6247cd3ef2416b0b18cef620f6a88b4b90e8 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 14:47:13 +0200 Subject: [PATCH 19/28] test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cf46f06..d099e55 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry:443/clang-debian11:staging + image: registry:443/clang-debian12:staging credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} From 482b3caf4704e56cef8c0e088a93fa28e14844c5 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 16:39:03 +0200 Subject: [PATCH 20/28] test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d099e55..cf46f06 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry:443/clang-debian12:staging + image: registry:443/clang-debian11:staging credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} From 180b0b528235f516d9fcf6b220b599702d214dcc Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 18:26:10 +0200 Subject: [PATCH 21/28] test --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cf46f06..ee632c7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,6 +8,8 @@ jobs: credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} + volumes: + - '/__e:/__e' steps: - name: Checkout plugin sources uses: actions/checkout@v1 From 7852d3687fd2f0417d40a956a570eb33deee9e95 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 18:30:45 +0200 Subject: [PATCH 22/28] test --- .github/workflows/test.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ee632c7..e4e6d11 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,14 +8,9 @@ jobs: credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} - volumes: - - '/__e:/__e' steps: - name: Checkout plugin sources uses: actions/checkout@v1 - with: - path: src/ollvm - - name: Compile plugin with LLVM 16 run: | cmake \ From 08f8d6cfcc76e86955133dc23b3fa8c7facc01fe Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 18:33:12 +0200 Subject: [PATCH 23/28] test --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4e6d11..1cf6b92 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout plugin sources uses: actions/checkout@v1 + with: + path: src/ollvm - name: Compile plugin with LLVM 16 run: | cmake \ From b707444620b210b616242fbdb7960cb44ec4e295 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 18:34:29 +0200 Subject: [PATCH 24/28] test --- .github/workflows/test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1cf6b92..cdbc5da 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,6 +15,11 @@ jobs: path: src/ollvm - name: Compile plugin with LLVM 16 run: | + pwd + ls src + ls build + ls src/* + ls build/* cmake \ -S src/llvm-16 \ -B build/llvm-16 \ From 5b21ec878f95ed4d895b0d491bbdf4f809ed1040 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Tue, 3 Oct 2023 18:36:37 +0200 Subject: [PATCH 25/28] test --- .github/workflows/test.yaml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cdbc5da..82d352d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,17 +14,12 @@ jobs: with: path: src/ollvm - name: Compile plugin with LLVM 16 - run: | - pwd - ls src - ls build - ls src/* - ls build/* - cmake \ - -S src/llvm-16 \ - -B build/llvm-16 \ - -G Ninja \ - -D CMAKE_VERBOSE_MAKEFILE=On \ - -D LLVM_DIR=/usr/local/clang-install/lib/cmake \ - -D BUILD_DUMMY=On - cmake --build build/llvm-16 + run: pwd +# cmake \ +# -S src/llvm-16 \ +# -B build/llvm-16 \ +# -G Ninja \ +# -D CMAKE_VERBOSE_MAKEFILE=On \ +# -D LLVM_DIR=/usr/local/clang-install/lib/cmake \ +# -D BUILD_DUMMY=On +# cmake --build build/llvm-16 From 01e8e3991776af5d7be9ac96ecf9a5bc2d394ab0 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Wed, 4 Oct 2023 10:04:32 +0200 Subject: [PATCH 26/28] test --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 82d352d..8b7a65d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,6 +13,8 @@ jobs: uses: actions/checkout@v1 with: path: src/ollvm + - name: Test bash + run: bash -c "pwd" - name: Compile plugin with LLVM 16 run: pwd # cmake \ From 7c89eddf99903e1fa7b55f66516eaed7456efab3 Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Wed, 4 Oct 2023 10:13:30 +0200 Subject: [PATCH 27/28] test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8b7a65d..fb97387 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry:443/clang-debian11:staging + image: registry:443/clang-debian12:staging credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} From e4c66eff3356a8488979e8a57aafea221d8d2b1c Mon Sep 17 00:00:00 2001 From: Patrice Blin Date: Mon, 23 Oct 2023 15:34:11 +0200 Subject: [PATCH 28/28] test --- .github/workflows/test.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fb97387..b8d6527 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,10 +4,11 @@ jobs: build-with-llvm: runs-on: self-hosted container: - image: registry:443/clang-debian12:staging - credentials: - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_PASSWORD }} + #image: registry:443/clang-debian12:staging + image: clang-debian12:staging +# credentials: +# username: ${{ secrets.REGISTRY_USERNAME }} +# password: ${{ secrets.REGISTRY_PASSWORD }} steps: - name: Checkout plugin sources uses: actions/checkout@v1