Skip to content

Commit

Permalink
Update linux.yml (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 1, 2022
1 parent adffa7b commit 7a06704
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ jobs:
# The `latex` image is used to build the PDF docs
- 'latex.x86_64'

# The `llvm_passes` image is a short-term solution for the `analyzegc` builder.
# The `llvm_passes` image contains `gfortran`, so we use it for our
# "from source" (`USE_BINARYBUILDER=0`) jobs.
- 'llvm_passes.aarch64'
- 'llvm_passes.armv7l'
- 'llvm_passes.i686'
- 'llvm_passes.powerpc64le'
- 'llvm_passes.x86_64'

# The `npm_linux` image is a helper for ecosystem jobs that need to build NPM packages
Expand Down

0 comments on commit 7a06704

Please sign in to comment.