From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sandbox:stable-2.x commit in: .github/workflows/ Date: Sun, 22 Dec 2024 19:19:46 +0000 (UTC) [thread overview] Message-ID: <1734894775.a2214f28684de4264131ae7adaa519ccd2e5d678.floppym@gentoo> (raw) commit: a2214f28684de4264131ae7adaa519ccd2e5d678 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Dec 22 04:35:15 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Dec 22 19:12:55 2024 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=a2214f28 ci: add 32-bit musl build Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> (cherry picked from commit 2d6203f9b7b527d2179569d7ebcf4371881ab2a8) .github/workflows/build-test-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml index 70880d4..fff33c7 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/build-test-ci.yml @@ -34,15 +34,18 @@ jobs: musl: runs-on: ubuntu-latest + strategy: + matrix: + platform: [linux/amd64, linux/386] container: image: alpine:latest - options: --cap-add=SYS_PTRACE + options: --cap-add=SYS_PTRACE --platform=${{ matrix.platform }} steps: - name: Install dependencies run: apk add bash coreutils build-base automake autoconf autoconf-archive libtool pax-utils gawk sed - name: Checkout - uses: actions/checkout@v3 + uses: taiki-e/checkout-action@v1 - name: Build run: |
WARNING: multiple messages have this Message-ID (diff)
From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sandbox:master commit in: .github/workflows/ Date: Tue, 14 Jan 2025 04:38:21 +0000 (UTC) [thread overview] Message-ID: <1734894775.a2214f28684de4264131ae7adaa519ccd2e5d678.floppym@gentoo> (raw) Message-ID: <20250114043821.HEzsTkoZQbk0EHZZlZGO7x5HInUfguhpQoLfA2hDUC4@z> (raw) commit: a2214f28684de4264131ae7adaa519ccd2e5d678 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Dec 22 04:35:15 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Dec 22 19:12:55 2024 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=a2214f28 ci: add 32-bit musl build Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> (cherry picked from commit 2d6203f9b7b527d2179569d7ebcf4371881ab2a8) .github/workflows/build-test-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml index 70880d4..fff33c7 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/build-test-ci.yml @@ -34,15 +34,18 @@ jobs: musl: runs-on: ubuntu-latest + strategy: + matrix: + platform: [linux/amd64, linux/386] container: image: alpine:latest - options: --cap-add=SYS_PTRACE + options: --cap-add=SYS_PTRACE --platform=${{ matrix.platform }} steps: - name: Install dependencies run: apk add bash coreutils build-base automake autoconf autoconf-archive libtool pax-utils gawk sed - name: Checkout - uses: actions/checkout@v3 + uses: taiki-e/checkout-action@v1 - name: Build run: |
next reply other threads:[~2024-12-22 19:19 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-12-22 19:19 Mike Gilbert [this message] 2025-01-14 4:38 ` [gentoo-commits] proj/sandbox:master commit in: .github/workflows/ Mike Gilbert -- strict thread matches above, loose matches on Subject: below -- 2024-12-22 19:19 [gentoo-commits] proj/sandbox:stable-2.x " Mike Gilbert 2024-12-22 19:19 Mike Gilbert 2023-06-23 17:25 Mike Gilbert 2023-06-23 17:25 Mike Gilbert 2023-01-06 7:15 Sam James
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1734894775.a2214f28684de4264131ae7adaa519ccd2e5d678.floppym@gentoo \ --to=floppym@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox