Skip to content

Commit 45387ad

Browse files
undo the check layer size hacks
1 parent fca384b commit 45387ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitlab/scripts/check_layer_size.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +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 40 \* 1024) # HACK: override this for now for fips build stuff
1918
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 53 \* 1024) # 53 MB, amd is 53, while arm64 is 47
20-
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 80 \* 1024) # HACK: override this for now for fips build stuff
2119

2220
LAYERS_DIR=".layers"
2321

0 commit comments

Comments
 (0)