Skip to content

Commit c44c2bf

Browse files
bigger layer size limit for now
1 parent 27acbd4 commit c44c2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab/scripts/check_layer_size.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if [ -z "$LAYER_FILE" ]; then
1515
fi
1616

1717
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 20 \* 1024) # 20 MB, amd64 is 19, while arm64 is 18
18+
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 30 \* 1024) # HACK: override this for now for fips build stuff
1819
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 53 \* 1024) # 53 MB, amd is 53, while arm64 is 47
1920

2021
LAYERS_DIR=".layers"

0 commit comments

Comments
 (0)