From: Adrien RICCIARDI Date: Fri, 19 Apr 2024 09:00:10 +0000 (+0200) Subject: ci: Used a Solaris VM with all needed build tools preinstalled. (#481) X-Git-Tag: v2.5.1~35 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=7f94eaeb70c0adbf200d48b5f79fbecd435d7fce;p=ppp.git 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 --- 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