texlive[69772] Build/source/.github/workflows/main.yml: [GHA] drop

commits+preining at tug.org commits+preining at tug.org
Sat Feb 10 19:57:05 CET 2024


Revision: 69772
          https://tug.org/svn/texlive?view=revision&revision=69772
Author:   preining
Date:     2024-02-10 19:57:04 +0100 (Sat, 10 Feb 2024)
Log Message:
-----------
[GHA] drop netbsd

Modified Paths:
--------------
    trunk/Build/source/.github/workflows/main.yml

Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml	2024-02-10 18:56:57 UTC (rev 69771)
+++ trunk/Build/source/.github/workflows/main.yml	2024-02-10 18:57:04 UTC (rev 69772)
@@ -128,14 +128,12 @@
       fail-fast: false
       matrix: 
         arch: [ i386, amd64 ]
-        os: [ freebsd, netbsd, solaris ]
+        os: [ freebsd, solaris ]
         release_build: 
           - ${{ startsWith(github.ref, 'refs/tags/') }}
         include:
           - os: freebsd
             ci_build: true
-          - os: netbsd
-            ci_build: false
           - os: solaris
             ci_build: true
 
@@ -153,15 +151,6 @@
           run: |
             cd repo
             sh .github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.os }} ${{ matrix.os }}
-      - name: build netbsd
-        uses: vmactions/netbsd-vm at v1
-        if: ${{ matrix.os == 'netbsd' && (matrix.ci_build || matrix.release_build) }}
-        with: 
-          release:  '9.0'
-          usesh: true
-          run: |
-            cd repo
-            sh .github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.os }} ${{ matrix.os }}
       - name: build solaris
         uses: vmactions/solaris-vm at v1
         if: ${{ matrix.os == 'solaris' && (matrix.ci_build || matrix.release_build) }}



More information about the tex-live-commits mailing list.