Skip to content

Commit

Permalink
aarch64 and armhf are taking forever (1h50m and counting), try disabl…
Browse files Browse the repository at this point in the history
…ing.

Also try disabling the build-on-push-to-trunk for
the moment.


git-svn-id: svn://tug.org/texlive/trunk/Build/source@69779 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Feb 10, 2024
1 parent 4307ffa commit 8fc7b0b
Showing 1 changed file with 19 additions and 28 deletions.
47 changes: 19 additions & 28 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8fc7b0b

Please sign in to comment.