summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-10 20:52:33 +0000
committerKarl Berry <karl@freefriends.org>2024-02-10 20:52:33 +0000
commit197a3cbdaf14eccba5cdb67f000c3f95ce7abbaa (patch)
tree7793b84f89feaad94c90819df32d618f26e1ffee /Build
parentf0b4550c8d7414f1b8aaca7b83135054d21d937a (diff)
aarch64 and armhf are taking forever (1h50m and counting), try disabling.
Also try disabling the build-on-push-to-trunk for the moment. git-svn-id: svn://tug.org/texlive/trunk@69779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/.github/workflows/main.yml47
1 files changed, 19 insertions, 28 deletions
diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml
index 6963c3bf839..9de46f08a17 100644
--- a/Build/source/.github/workflows/main.yml
+++ b/Build/source/.github/workflows/main.yml
@@ -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 @@ jobs:
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