Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
9222b167
Commit
9222b167
authored
Jan 18, 2023
by
Matthew Pickering
Committed by
Marge Bot
Jan 23, 2023
Browse files
ghcup metadata: Fix subdir for windows bindist
parent
db0f1bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
View file @
9222b167
...
...
@@ -82,7 +82,7 @@ def darwin(arch):
,
'ghc-{version}-{arch}-apple-darwin'
.
format
(
arch
=
arch
,
version
=
"{version}"
)
)
windowsArtifact
=
PlatformSpec
(
'x86_64-windows'
,
'ghc-{version}-x86_64-unknown-mingw'
)
,
'ghc-{version}-x86_64-unknown-mingw
32
'
)
def
centos
(
n
):
return
linux_platform
(
"x86_64"
,
"x86_64-linux-centos{n}"
.
format
(
n
=
n
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment