texlive[69779] Build/source/.github/workflows/main.yml: aarch64 and

commits+karl at tug.org commits+karl at tug.org
Sat Feb 10 21:52:34 CET 2024


Revision: 69779
          https://tug.org/svn/texlive?view=revision&revision=69779
Author:   karl
Date:     2024-02-10 21:52:33 +0100 (Sat, 10 Feb 2024)
Log Message:
-----------
aarch64 and armhf are taking forever (1h50m and counting), try disabling.
Also try disabling the build-on-push-to-trunk for
the moment.

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 20:37:57 UTC (rev 69778)
+++ trunk/Build/source/.github/workflows/main.yml	2024-02-10 20:52:33 UTC (rev 69779)
@@ -11,26 +11,17 @@
 # running on texlive.info; see norbert cron there. Run cmd as norbert:
 #   /home/norbert/git-svn-repos/git-svn-syncer --new texlive-source
 #
-# To make and retrieve new binaries:
-# * go to https://github.com/TeX-Live/texlive-source/commits/master
-#   and check that all commits you want are there (max waiting time 30min).
-# * go to https://github.com/TeX-Live/texlive-source/releases
-#   and "Draft new release" (does git tag).
-# * wait 30min or so.
-# * go to https://github.com/TeX-Live/texlive-source/releases/latest/
-#   and there should be binaries for the new "release".
-# * use tl-update-bindir.
-#
+# See tlpkg/bin/tl-update-bindir for retrieving the binaries.
 
-# only build on pushed to trunk
+# only build on push to trunk
 on:
   release:
     types:
       - released
       - prereleased
-  push:
-    branches:
-      - trunk
+#  push:
+#    branches:
+#      - trunk
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
@@ -68,20 +59,20 @@
             ci_build: true
             use_qemu: false
             buildsys: alpine
-          - tl_name: aarch64-linux
-            image: arm64v8/debian:buster
-            platform: aarch64
-            ci_build: false
-            use_qemu: true
-            qemu_arch: aarch64
-            buildsys: debian
-          - tl_name: armhf-linux
-            image: arm32v7/debian:buster
-            platform: arm/v7
-            ci_build: false
-            use_qemu: true
-            qemu_arch: arm
-            buildsys: debian
+#          - tl_name: aarch64-linux
+#            image: arm64v8/debian:buster
+#            platform: aarch64
+#            ci_build: false
+#            use_qemu: true
+#            qemu_arch: aarch64
+#            buildsys: debian
+#          - tl_name: armhf-linux
+#            image: arm32v7/debian:buster
+#            platform: arm/v7
+#            ci_build: false
+#            use_qemu: true
+#            qemu_arch: arm
+#            buildsys: debian
 
     steps:
       - name: checkout-main



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