File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 32
32
include :
33
33
- os : ubuntu-latest
34
34
ARTIFACT : " i386-linux-ghcup"
35
- GHC_VER : 8.10 .7
35
+ GHC_VER : 9.6 .7
36
36
ARCH : 32
37
37
- os : ubuntu-latest
38
38
ARTIFACT : " x86_64-linux-ghcup"
@@ -272,7 +272,7 @@ jobs:
272
272
include :
273
273
- os : ubuntu-latest
274
274
ARTIFACT : " i386-linux-ghcup"
275
- GHC_VER : 8.10 .7
275
+ GHC_VER : 9.6 .7
276
276
ARCH : 32
277
277
DISTRO : Alpine
278
278
- os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -18,13 +18,20 @@ package libyaml
18
18
if os(linux)
19
19
package ghcup
20
20
flags: +yaml-streamly
21
- constraints: xz -system-xz
22
- if arch(x86_64) || arch(i386)
21
+ if arch(x86_64)
22
+ constraints: xz -system-xz
23
+ flags: -tar
24
+ executable-static: True
25
+ package *
26
+ ghc-options: -split-sections
27
+ elif arch(i386)
28
+ constraints: xz +system-xz
23
29
flags: -tar
24
30
executable-static: True
25
31
package *
26
32
ghc-options: -split-sections
27
33
elif arch(arm)
34
+ constraints: xz -system-xz
28
35
flags: +tar
29
36
else
30
37
flags: -tar
You can’t perform that action at this time.
0 commit comments