Skip to content

Commit 8e5a11c

Browse files
author
Roman
committed
Let's try skipping dependency installation and check the image.
1 parent 68d3ad7 commit 8e5a11c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/install_build_env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ fi
88

99
echo ""
1010
echo "######################################################################"
11+
echo "### Install build environment dependencies ###"
12+
echo "######################################################################"
1113
echo "### WARNING: DO NOT MODIFY THIS SCRIPT UNLESS YOU KNOW WHY! ###"
1214
echo "### ###"
1315
echo "### This script is used by: ###"

scripts/install_prebuilt_binaries.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ fi
88

99
echo ""
1010
echo "######################################################################"
11+
echo "### Pre-built binary substitution ###"
12+
echo "######################################################################"
1113
echo "### WARNING: DO NOT MODIFY THIS SCRIPT UNLESS YOU KNOW WHY! ###"
1214
echo "### ###"
1315
echo "### This script is used by: ###"

0 commit comments

Comments
 (0)