texlive[53992] Build/source/.travis.yml: disable musl and macos

commits+preining at tug.org commits+preining at tug.org
Mon Mar 2 01:49:00 CET 2020


Revision: 53992
          http://tug.org/svn/texlive?view=revision&revision=53992
Author:   preining
Date:     2020-03-02 01:49:00 +0100 (Mon, 02 Mar 2020)
Log Message:
-----------
disable musl and macos building for now

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

Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	2020-03-02 00:47:51 UTC (rev 53991)
+++ trunk/Build/source/.travis.yml	2020-03-02 00:49:00 UTC (rev 53992)
@@ -86,24 +86,24 @@
         -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: osx
-      osx_image: xcode7.3
-      env:
-      - tldir=x86_64-darwin
-      - package=texlive-bin-x86_64-darwin.tar.gz
-      before_script:
-      script: ./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:
+#      - tldir=x86_64-darwin
+#      - package=texlive-bin-x86_64-darwin.tar.gz
+#      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.



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