Skip to content

Commit cea35ea

Browse files
committed
ci: set profiles for Hurd
Avoid busybox which doesn't build on Hurd. This tests a more useful configuration anyway. See 5a3778a. Signed-off-by: Sam James <sam@gentoo.org>
1 parent 5a3778a commit cea35ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/crossdev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,11 @@ jobs:
203203
- target: i686-gnu
204204
gcc: true
205205
llvm: false
206+
profile: default/hurd/x86/23.0/i686
206207
- target: x86_64-gnu
207208
gcc: true
208209
llvm: false
210+
profile: default/hurd/amd64/23.0
209211
stage3:
210212
- latest # glibc+GCC
211213
- llvm # glibc+LLVM and GCC as a fallback

0 commit comments

Comments
 (0)