Skip to content

Commit

Permalink
Update wasi-sdk artifact info
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Aug 17, 2024
1 parent bcd139a commit e1a3769
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -377,21 +377,35 @@ bindistInfos =
projectId = 3212,
ref = "master",
jobName = "x86_64-linux",
artifactPath = "dist/wasi-sdk-22-linux.tar.gz",
artifactPath = "dist/wasi-sdk-25.0-x86_64-linux.tar.gz",
pipelineFilter = [("status", Just "success")]
}
},
(,)
"wasi-sdk-darwin"
"wasi-sdk-aarch64-darwin"
BindistInfo
{ dlArgs = rawFileDownloadArgs,
src =
GitLabArtifact
{ gitlabDomain = "gitlab.haskell.org",
projectId = 3212,
ref = "master",
jobName = "darwin",
artifactPath = "dist/wasi-sdk-22-macos.tar.gz",
jobName = "aarch64-darwin",
artifactPath = "dist/wasi-sdk-25.0-arm64-macos.tar.gz",
pipelineFilter = [("status", Just "success")]
}
},
(,)
"wasi-sdk-x86_64-darwin"
BindistInfo
{ dlArgs = rawFileDownloadArgs,
src =
GitLabArtifact
{ gitlabDomain = "gitlab.haskell.org",
projectId = 3212,
ref = "master",
jobName = "x86_64-darwin",
artifactPath = "dist/wasi-sdk-25.0-arm64-macos.tar.gz",
pipelineFilter = [("status", Just "success")]
}
},
Expand All @@ -405,7 +419,7 @@ bindistInfos =
projectId = 3212,
ref = "master",
jobName = "aarch64-linux",
artifactPath = "dist/wasi-sdk-22-linux.tar.gz",
artifactPath = "dist/wasi-sdk-25.0-aarch64-linux.tar.gz",
pipelineFilter = [("status", Just "success")]
}
},
Expand Down

0 comments on commit e1a3769

Please sign in to comment.