Skip to content

Commit ed4ad80

Browse files
committed
Update integrated utils
1 parent 0331fe7 commit ed4ad80

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

create-conty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
5858

5959
if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
6060
rm -f "${utils}"
61-
curl ${proxy[@]} -#LO "https://gitlab.com/-/project/61149207/uploads/1ff27b6750e246ebd181260695bc95f3/utils.tar"
61+
curl ${proxy[@]} -#LO "https://gitlab.com/-/project/61149207/uploads/dae13c9b40f73056fefba390e31637fd/utils.tar"
6262
tar -xf utils.tar
6363
fi
6464
fi

create-utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
1616
build_dwarfs="${build_dwarfs:-false}"
1717

1818
squashfuse_version="0.5.2"
19-
bwrap_version="0.11.0"
19+
bwrap_version="0.11.1"
2020
lz4_version="1.10.0"
2121
zstd_version="1.5.7"
2222
squashfs_tools_version="4.6.1"
@@ -164,7 +164,7 @@ fi
164164
find utils -type f -exec strip --strip-unneeded {} \; 2>/dev/null
165165

166166
init_program_size=50000
167-
conty_script_size="$(($(stat -c%s "${script_dir}"/conty-start.sh)+2000))"
167+
conty_script_size="$(($(stat -c%s "${script_dir}"/conty-start.sh)+5000))"
168168
bash_size="$(stat -c%s utils/bash)"
169169

170170
sed -i "s/#define SCRIPT_SIZE 0/#define SCRIPT_SIZE ${conty_script_size}/g" init.c

utils.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:17debd7540ae5a5354049551c8a9cd3466a734013aa0bf0747d2d14755fb86ea
3-
size 4609094
2+
oid sha256:e4bf30c09b007c81f293890091b33bb5be3b9c7307b41136aa55ec9c34b42b29
3+
size 4658659

utils_dwarfs.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:269ec05c8e288cf23eebc0d1e57a450a73e0ff9456ec9c699e73c54dec9a19ed
3-
size 28206114
2+
oid sha256:0c13df1f3dc69fadc4273dc8f42a114bda0b9901e77835b9800dfa5163391cc9
3+
size 27296297

0 commit comments

Comments
 (0)