Recent changes (master)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit a64fd9c7994b51039b2fde851579c2453ddb35c0:

  docs: document no_completion_thread (2023-05-17 14:44:49 +0000)

are available in the Git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 5cedafafeeb9dde862455342cd24c860d84f4f07:

  ci: fix ups for 32-bit GitHub Actions Linux builds (2023-05-18 14:29:10 -0400)

----------------------------------------------------------------
Vincent Fu (2):
      Revert "ci: stop testing Linux 32-bit builds"
      ci: fix ups for 32-bit GitHub Actions Linux builds

 .github/workflows/ci.yml | 4 ++++
 ci/actions-install.sh    | 2 ++
 2 files changed, 6 insertions(+)

---

Diff of recent changes:

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8325a3d9..dd2997f0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
         - linux-gcc
         - linux-clang
         - macos
+        - linux-i686-gcc
         - android
         - windows-cygwin-64
         - windows-cygwin-32
@@ -27,6 +28,9 @@ jobs:
           cc: clang
         - build: macos
           os: macos-12
+        - build: linux-i686-gcc
+          os: ubuntu-22.04
+          arch: i686
         - build: android
           os: ubuntu-22.04
           arch: aarch64-linux-android32
diff --git a/ci/actions-install.sh b/ci/actions-install.sh
index 0d73ac97..95241e78 100755
--- a/ci/actions-install.sh
+++ b/ci/actions-install.sh
@@ -35,6 +35,8 @@ DPKGCFG
                 gcc-multilib
                 pkg-config:i386
                 zlib1g-dev:i386
+                libc6:i386
+                libgcc-s1:i386
             )
             ;;
         "x86_64")



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux