texlive[54134] Build/source/.travis.yml: attempt to reenable musl

commits+karl at tug.org commits+karl at tug.org
Fri Mar 6 23:37:59 CET 2020


Revision: 54134
          http://tug.org/svn/texlive?view=revision&revision=54134
Author:   karl
Date:     2020-03-06 23:37:58 +0100 (Fri, 06 Mar 2020)
Log Message:
-----------
attempt to reenable musl build on github.

Modified Paths:
--------------
    trunk/Build/source/.travis.yml

Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	2020-03-06 21:48:55 UTC (rev 54133)
+++ trunk/Build/source/.travis.yml	2020-03-06 22:37:58 UTC (rev 54134)
@@ -51,7 +51,6 @@
     - TL_MAKE_FLAGS="-j 2"
 
 # disable direct build, we don't need to build x86=64-linux two times
-#
 #    - os: linux
 #      addons:
 #        apt:
@@ -86,17 +85,17 @@
         -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive \
         -it --rm i386/debian:jessie sh -c \
         "apt-get update; apt-get install -y --no-install-recommends bash gcc g++ make perl libfontconfig-dev libx11-dev libxmu-dev libxaw7-dev build-essential ; ./Build -C"
-#    - os: linux
-#      services: docker
-#      env:
-#      - tldir=x86_64-linuxmusl
-#      - package=texlive-bin-x86_64-musl.tar.gz
-#      script: |
-#        docker run \
-#        -e TL_MAKE_FLAGS="${TL_MAKE_FLAGS}" \
-#        -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive \
-#        -it --rm alpine:3.2 sh -c \
-#        "apk update; apk add --no-progress bash gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; ./Build -C"
+    - os: linux
+      services: docker
+      env:
+      - tldir=x86_64-linuxmusl
+      - package=texlive-bin-x86_64-musl.tar.gz
+      script: |
+        docker run \
+        -e TL_MAKE_FLAGS="${TL_MAKE_FLAGS}" \
+        -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive \
+        -it --rm alpine:3.2 sh -c \
+        "apk update; apk add --no-progress bash gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; ./Build -C"
 #    - os: osx
 #      osx_image: xcode7.3
 #      env:
@@ -105,9 +104,9 @@
 #      before_script:
 #      script: ./Build -C
 
-# somehow all binaries are always put into x86_64-pc-linux-gnu, probably because
-# this is the architecture travis-ci is running on.
-# Rename to the currently built architecture
+# somehow all binaries are always put into x86_64-pc-linux-gnu, probably
+# because this is the architecture travis-ci is running on.
+# Rename to the currently built architecture.
 before_deploy:
   - if [ -n "$package" ]; then sudo mv inst/bin/* inst/bin/$tldir ; tar czvf ${package} -C inst/bin .; fi
   - if [ -r inst/bin/*/luahbtex ] ; then cp inst/bin/*/luahbtex luahbtex.$tldir ; fi



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