Skip to content

Commit 78b9be9

Browse files
committed
buster->bullseye for build-asy
git-svn-id: svn://tug.org/texlive/trunk/Build/source@77613 c570f23f-e606-0410-a88d-b1316a301751
1 parent 72b3f2b commit 78b9be9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/scripts/build-asy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh -l
2+
# $Id$
3+
# Build script for asymptote on github. Norbert Preining. Public domain.
24

35
set -e
46

@@ -75,7 +77,7 @@ touch ./configure ./Makefile.in
7577

7678
cd utils/asymptote
7779
./configure --prefix=/tmp/asyinst --enable-static --enable-texlive-build \
78-
--disable-gsl --disable-fftw --disable-lsp --disable-curl
80+
--disable-gsl --disable-fftw --disable-curl
7981
LDFLAGS="-static-libgcc -static-libstdc++"
8082
$TL_MAKE SIlENT_MAKE= -j2
8183

.github/workflows/build-asy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
- ${{ startsWith(github.ref, 'refs/tags/') }}
5252
include:
5353
- tl_name: i386-linux
54-
image: i386/debian:buster
54+
image: i386/debian:bullseye
5555
platform: 386
5656
ci_build: true
5757
use_qemu: false
5858
buildsys: ubuntu
5959
- tl_name: x86_64-linux
60-
image: debian:buster
60+
image: debian:bullseye
6161
platform: amd64
6262
ci_build: true
6363
use_qemu: false

0 commit comments

Comments
 (0)