Skip to content

Commit

Permalink
ci: Used a Solaris VM with all needed build tools preinstalled. (#481)
Browse files Browse the repository at this point in the history
This avoids losing time updating the package cache and installing the needed packages.

This also avoids breaking the Solaris build if the Solaris mirrors are temporarily unavailable.

Signed-off-by: RICCIARDI-Adrien <[email protected]>
  • Loading branch information
RICCIARDI-Adrien authored Apr 19, 2024
1 parent e1266c7 commit 7f94eae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/solaris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
- name: Checkout PPP sources
uses: actions/checkout@v3
- name: Build
uses: vmactions/[email protected].0
uses: vmactions/[email protected].2
with:
release: "11.4-gcc"
run: |
pkg update
pkg install gcc automake autoconf libtool
./autogen.sh CFLAGS="-Wno-deprecated-declarations"
make
make install

0 comments on commit 7f94eae

Please sign in to comment.