Skip to content

Commit

Permalink
Add pkgserver_logsync (#93)
Browse files Browse the repository at this point in the history
* Update build.yml

* Add the "locales" package

Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
staticfloat and DilumAluthge authored Aug 26, 2021
1 parent 7cfe843 commit 3201cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:

# The `llvm_passes` image is a short-term solution for the `analyzegc` builder.
- 'llvm_passes.x86_64'

# The `pkgserver_logsync` image is a helper for https://github.com/JuliaPackaging/PkgServerLogAnalysis.jl
- 'pkgserver_logsync.x86_64'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
1 change: 1 addition & 0 deletions images/pkgserver_logsync.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ packages = String[
"curl",
"jq",
"zstd",
"locales",
]
artifact_hash, tarball_path, = debootstrap(arch, image; packages)

Expand Down

0 comments on commit 3201cb6

Please sign in to comment.