comparison Samples/WebAssembly/docker-internal.sh @ 1494:5a3ef478deb6

reverted useless change
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Jun 2020 14:25:52 +0200
parents c9bdf73a8817
children 15f2edef7e7c
comparison
equal deleted inserted replaced
1493:c9bdf73a8817 1494:5a3ef478deb6
8 8
9 # Get the Orthanc framework 9 # Get the Orthanc framework
10 cd /tmp/ 10 cd /tmp/
11 hg clone https://hg.orthanc-server.com/orthanc/ 11 hg clone https://hg.orthanc-server.com/orthanc/
12 12
13 # Make a copy of the source code in a writeable folder, because of 13 # Make a copy of the read-only folder containing the source code into
14 # "DownloadPackage.cmake" that writes to the "ThirdPartyDownloads" 14 # a writeable folder, because of "DownloadPackage.cmake" that writes
15 # folder next to the "CMakeLists.txt". We don't use "hg archive", but 15 # to the "ThirdPartyDownloads" folder next to the "CMakeLists.txt"
16 # "hg clone", as the "/source" folder might be created by a more
17 # recent version of Mercurial, triggering the error "repository
18 # requires features unknown to this Mercurial: sparserevlog!"
19 # (cf. https://www.mercurial-scm.org/wiki/MissingRequirement).
20 cd /source 16 cd /source
21 hg clone /source /tmp/source-writeable 17 hg clone /source /tmp/source-writeable
22 18
23 mkdir /tmp/build 19 mkdir /tmp/build
24 cd /tmp/build 20 cd /tmp/build