Skip to content

Commit fa0aeed

Browse files
committed
build-selfcontained: works now
1 parent 8f7ec92 commit fa0aeed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/build-linux-selfcontained.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ if [[ $1 != "--in-docker" ]]; then
4444
docker start -i $container
4545

4646
# Copy artifacts from container
47-
ls -lR $outdir/
4847
rm -rf $outdir/output
4948
docker cp $container:/output $outdir/
50-
ls -lR $outdir/
5149
mv $outdir/output/* $outdir/
5250
rm -rf $outdir/output
5351

@@ -85,7 +83,7 @@ function install_deps {
8583
yum install -y zlib-devel gcc gcc-c++ libstdc++-devel
8684

8785
# Build OpenSSL
88-
#tools/build-openssl.sh /usr
86+
tools/build-openssl.sh /usr
8987

9088
fi
9189
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy