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: <1734894773.68d4c2dded16e2a7eb57cbce4d878ea02d7f0737.floppym@gentoo> (raw)
Message-ID: <20250114043821.Emv54-kKjSc7qdd5IBbuAU9z4ZJtI0brhpqqcf49Di0@z> (raw)
commit: 68d4c2dded16e2a7eb57cbce4d878ea02d7f0737
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 04:12:14 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 19:12:53 2024 +0000
URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=68d4c2dd
ci: add 32-bit glibc build
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
(cherry picked from commit e8a23b58cef7841421a95da860f880e1ffac5bb7)
.github/workflows/build-test-ci.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
index 5c95baa..70880d4 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -10,15 +10,16 @@ jobs:
strategy:
matrix:
cc: [gcc, clang]
+ abi: [-m64, -m32]
fail-fast: false
runs-on: ubuntu-latest
env:
- CC: ${{ matrix.cc }}
+ CC: ${{ matrix.cc }} ${{ matrix.abi }}
steps:
- name: Install dependencies
run: |
sudo apt-get update -qq
- sudo apt-get install build-essential gcc clang automake autoconf autoconf-archive libtool pax-utils -qy
+ sudo apt-get install build-essential gcc gcc-multilib clang automake autoconf autoconf-archive libtool pax-utils -qy
- uses: actions/checkout@v3
name: Checkout
next reply other threads:[~2025-01-14 4:38 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=1734894773.68d4c2dded16e2a7eb57cbce4d878ea02d7f0737.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: link
Be 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