OILS / .builds / worker6.yml View on Github | oils.pub

30 lines, 24 significant
1# https://man.sr.ht/builds.sr.ht/compatibility.md
2
3image: alpine/3.19
4# TODO: fix py3-libs /typed_ast failure due to C23, and upgrade. bloaty cmake failure can be ignored OK
5#image: alpine/3.23
6
7packages:
8 - python3
9 - zip
10 # for SSH debugging!
11 - vim
12 # GNU xargs instead of busybox xargs, for --process-slot-var
13 - findutils
14 # - time # causes an error, don't need it
15
16secrets:
17 - 839206d4-55e5-4840-8b1f-867dc3ac622e
18
19tasks:
20 - dev-setup-alpine: |
21 cd oils
22 soil/worker.sh JOB-dev-setup-alpine-fail
23
24 - publish-dev-setup-alpine: |
25 cd oils
26 soil/sourcehut.sh publish-html-assuming-ssh-key dev-setup-alpine-fail
27
28 - did-all-succeed: |
29 cd oils
30 soil/host-shim.sh did-all-succeed dev-setup-alpine-fail