File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh -l
2+ # $Id$
3+ # Build script for asymptote on github. Norbert Preining. Public domain.
24
35set -e
46
@@ -75,7 +77,7 @@ touch ./configure ./Makefile.in
7577
7678cd 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments