Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8ed0c2

Browse files
committed
ci: Drop build-unit-cross
We're getting segfaults on ppc64le.What we should really be doing here is just using native GH runnersfor x86_64/aarch64 and deferring the other two to e.g. packit/copror so.Signed-off-by: Colin Walters <walters@verbum.org>
1 parente6220c2 commita8ed0c2

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

‎.github/workflows/test.yaml‎

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -106,48 +106,6 @@ jobs:
106106
-name:Build
107107
# focal's meson is too old for 'meson compile'
108108
run:meson compile -C build
109-
build-unit-cross:
110-
runs-on:ubuntu-latest
111-
name:Build on ${{ matrix.arch }}
112-
113-
strategy:
114-
matrix:
115-
include:
116-
-arch:armv7
117-
distro:bullseye
118-
-arch:aarch64
119-
distro:bullseye
120-
-arch:s390x
121-
distro:bullseye
122-
-arch:ppc64le
123-
distro:bullseye
124-
steps:
125-
-uses:actions/checkout@v3.0.2
126-
with:
127-
submodules:true
128-
set-safe-directory:true
129-
130-
-uses:uraimo/run-on-arch-action@v2.8.1
131-
name:Build
132-
id:build
133-
with:
134-
arch:${{ matrix.arch }}
135-
distro:${{ matrix.distro }}
136-
137-
githubToken:${{ github.token }}
138-
139-
run:|
140-
apt-get update -y
141-
./hacking/installdeps.sh
142-
meson setup build --werror
143-
meson compile -C build
144-
env CFS_TEST_ARCH_EMULATION=${{ matrix.arch }} meson test -C build --timeout-multiplier 10
145-
-name:Upload log
146-
uses:actions/upload-artifact@v4
147-
if:always()
148-
with:
149-
name:testlog-${{ matrix.arch }}
150-
path:build/meson-logs/testlog.txt
151109
integration:
152110
needs:build
153111
runs-on:ubuntu-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp