mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
windows-container: remove useless tarball download
0.9 docker image includes static libraries to build mdbtools so there is no need for an aditional tarball. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ec287d87f4
commit
d0d599470a
1 changed files with 0 additions and 9 deletions
|
@ -50,12 +50,3 @@ docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . grantlee
|
|||
|
||||
# smtk2ssrf build
|
||||
docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . mdbtools
|
||||
|
||||
# get prebuilt static mxe libraries for glib.
|
||||
# do not overwrite upstream prebuilt mxe binaries if there is any coincidence.
|
||||
echo -n "Downloading prebuilt static mxe ... "
|
||||
docker exec -t builder wget -q https://www.dropbox.com/s/2ahfkyi6rhbihtn/mxe-static-minimal-a08b3225.tar.xz
|
||||
echo -n "Untarring ... "
|
||||
docker exec -t builder tar -C /win/mxe -xJf mxe-static-minimal-a08b3225.tar.xz --skip-old-files
|
||||
echo "Done."
|
||||
docker exec -t builder ln -vs /win/mxe /usr/src/mxe
|
||||
|
|
Loading…
Add table
Reference in a new issue