From 7f94eaeb70c0adbf200d48b5f79fbecd435d7fce Mon Sep 17 00:00:00 2001 From: Adrien RICCIARDI Date: Fri, 19 Apr 2024 11:00:10 +0200 Subject: [PATCH] ci: Used a Solaris VM with all needed build tools preinstalled. (#481) 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 --- .github/workflows/solaris.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml index 7dc2f2e..8d1f448 100644 --- a/.github/workflows/solaris.yaml +++ b/.github/workflows/solaris.yaml @@ -8,11 +8,10 @@ jobs: - name: Checkout PPP sources uses: actions/checkout@v3 - name: Build - uses: vmactions/solaris-vm@v1.0.0 + uses: vmactions/solaris-vm@v1.0.2 with: + release: "11.4-gcc" run: | - pkg update - pkg install gcc automake autoconf libtool ./autogen.sh CFLAGS="-Wno-deprecated-declarations" make make install -- 2.39.2