Skip to content

Commit

Permalink
WIP: lowdown
Browse files Browse the repository at this point in the history
Is available on both Homebrew and Alpine Linux v3.15+
https://formulae.brew.sh/formula/lowdown
https://repology.org/project/lowdown/versions

Unfortunately the muslcc containers have not updated in 2 years
(https://musl.cc/) and thus still run Alpine Linux 3.14.
  • Loading branch information
ottok committed Jan 14, 2024
1 parent d51f3e3 commit de97373
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/continuous-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
submodules: recursive

- name: Install extra build tools
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update --quiet
brew install --force --overwrite lowdown
- name: Compile
run: |
make CXX=g++-11 ARCH=x86_64 STATIC=true STRIP=true
Expand All @@ -58,6 +64,12 @@ jobs:
with:
submodules: recursive

- name: Install extra build tools
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update --quiet
brew install --force --overwrite lowdown
- name: Compile
run: |
make CXX=g++-12 ARCH=x86_64 STATIC=true STRIP=true
Expand Down

0 comments on commit de97373

Please sign in to comment.