forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify homebrew testing to use new CI settings (chapel-lang#23610)
Homebrew moved their CI to use Ubuntu 22.04 and added a flag to allow Linux testing to impersonate a Mac.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# This is a container used to run homebrew-ci | ||
|
||
# Get the ubuntu container | ||
FROM homebrew/ubuntu20.04:latest | ||
# Get the homebrew ubuntu container | ||
FROM FROM ghcr.io/homebrew/ubuntu22.04:master | ||
|
||
RUN mkdir -p /home/linuxbrew | ||
|
||
# COPY chapel.rb and chapel*.tar.gz inside the container to run homebrew install | ||
COPY chapel.rb /home/linuxbrew/ | ||
COPY chapel*.tar.gz /home/linuxbrew/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters