We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff13728 commit c9a540aCopy full SHA for c9a540a
2 files changed
.github/workflows/sysroot_s390x.yml
@@ -0,0 +1,20 @@
1
+name: Sysroot (s390x)
2
+
3
+on:
4
+ push:
5
+ paths:
6
+ - '.github/workflows/sysroot.yml'
7
+ - '.github/workflows/sysroot_s390x.yml'
8
+ - 'sysroot/**'
9
+ - '!sysroot/*.md'
10
+ - '!sysroot/configs/**'
11
+ - 'sysroot/configs/sysroot_s390x_defconfig'
12
+ workflow_dispatch:
13
14
+jobs:
15
16
+ build:
17
+ name: Build (s390x)
18
+ uses: ./.github/workflows/sysroot.yml
19
+ with:
20
+ arch: s390x
sysroot/configs/sysroot_s390x_defconfig
@@ -0,0 +1,6 @@
+BR2_s390x=y
+BR2_INIT_NONE=y
+BR2_ROOTFS_MERGED_USR=y
+BR2_SYSTEM_BIN_SH_NONE=y
+# BR2_PACKAGE_BUSYBOX is not set
+BR2_PACKAGE_SLIRP=y
0 commit comments