-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to #128 - switch to the oldest runners available on Github Action
- Loading branch information
Showing
5 changed files
with
26 additions
and
64 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
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
language: ruby | ||
|
||
rvm: 2.7.1 | ||
|
||
os: osx | ||
|
||
osx_image: xcode7.3 | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- squashfs-tools | ||
|
||
before_install: | ||
- brew update | ||
- brew install squashfs | ||
|
||
before_script: | ||
- mksquashfs -version | ||
|
||
script: | ||
- rake test |
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
I assume this failed for you and you reverted it later. Maybe because of:
CPPFLAGS: "-P"
as pointed out in: