[tlbuild] Support for musl

Henri henrimenke at gmail.com
Thu Jan 25 06:41:03 CET 2018


On Thu, 2018-01-25 at 13:47 +0900, Norbert Preining wrote:
> > 
> > Just inst/bin/* matters, not the other top-level dirs that end up under
> > inst/. Everything besides bin/* comes from Master. -k
> Sorry indeed, my fault. Only inst/bin/*

In this case you could adapt the before_deploy step in Travis to

before_deploy:
  - if [ -n "$package" ]; then tar czvf ${package} -C inst/bin/x86_64-pc-linux-gnu .; fi

because inside Docker you are running the same kernel and will hence always get
the same build target name (here "x86_64-pc-linux-gnu").

BTW: I'm subscribed to the list so you don't have to reply to me personally as
well.

> 
> Norbert
> 
> --
> PREINING Norbert                               http://www.preining.info
> Accelia Inc.     +    JAIST     +    TeX Live     +    Debian Developer
> GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the tlbuild mailing list