Skip to content

Commit 1d73b91

Browse files
committed
DO NOT MERGE: CI test
1 parent ae726d8 commit 1d73b91

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
strategy:
2828
matrix:
2929
include:
30-
- { arch: armv6, distro: bullseye, compiler: gcc }
31-
- { arch: armv6, distro: bullseye, compiler: clang }
32-
- { arch: armv7, distro: bullseye, compiler: gcc }
33-
- { arch: armv7, distro: bullseye, compiler: clang }
34-
- { arch: aarch64, distro: bullseye, compiler: gcc }
35-
- { arch: aarch64, distro: bullseye, compiler: clang }
36-
- { arch: s390x, distro: bullseye, compiler: gcc }
37-
- { arch: s390x, distro: bullseye, compiler: clang }
38-
- { arch: ppc64le, distro: bullseye, compiler: gcc }
39-
- { arch: ppc64le, distro: bullseye, compiler: clang }
30+
- { arch: armv6, distro: bookworm, compiler: gcc }
31+
- { arch: armv6, distro: bookworm, compiler: clang }
32+
- { arch: armv7, distro: bookworm, compiler: gcc }
33+
- { arch: armv7, distro: bookworm, compiler: clang }
34+
- { arch: aarch64, distro: bookworm, compiler: gcc }
35+
- { arch: aarch64, distro: bookworm, compiler: clang }
36+
- { arch: s390x, distro: bookworm, compiler: gcc }
37+
- { arch: s390x, distro: bookworm, compiler: clang }
38+
- { arch: ppc64le, distro: bookworm, compiler: gcc }
39+
- { arch: ppc64le, distro: bookworm, compiler: clang }
4040
- { arch: riscv64, distro: ubuntu_latest, compiler: gcc }
4141
- { arch: riscv64, distro: ubuntu_latest, compiler: clang }
4242
runs-on: ubuntu-latest

common_defs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
#undef ARCH_ARM64
6767
#undef ARCH_ARM32
6868
#undef ARCH_RISCV
69+
#if 0
6970
#ifdef _MSC_VER
7071
/* Way too many things are broken in ARM64EC to pretend that it is x86_64. */
7172
# if defined(_M_X64) && !defined(_M_ARM64EC)
@@ -90,6 +91,7 @@
9091
# define ARCH_RISCV
9192
# endif
9293
#endif
94+
#endif
9395

9496
/* ========================================================================== */
9597
/* Type definitions */

0 commit comments

Comments
 (0)