Skip to content

Commit 5a61d0b

Browse files
committed
build-selfcontained: debug
1 parent a2a36ce commit 5a61d0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/build-linux-selfcontained.sh

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

4646
# Copy artifacts from container
47+
ls -lR $outdir/
4748
rm -rf $outdir/output
4849
docker cp $container:/output $outdir/
50+
ls -lR $outdir/
4951
mv $outdir/output/* $outdir/
5052
rm -rf $outdir/output
5153

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

8587
# Build OpenSSL
86-
tools/build-openssl.sh /usr
88+
#tools/build-openssl.sh /usr
8789

8890
fi
8991
}

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