Skip to content

Commit

Permalink
Increase minimal build size by 1608 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanUnderhill committed Nov 5, 2021
1 parent 3524689 commit d7e0e64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python3 /onnxruntime_src/tools/ci_build/build.py \
--include_ops_by_config /home/onnxruntimedev/.test_data/include_no_operators.config

# set current size limit to BINARY_SIZE_LIMIT_IN_BYTES.
BINARY_SIZE_LIMIT_IN_BYTES=1302000
BINARY_SIZE_LIMIT_IN_BYTES=1303608
echo "The current preset binary size limit is $BINARY_SIZE_LIMIT_IN_BYTES"
python3 /onnxruntime_src/tools/ci_build/github/linux/ort_minimal/check_build_binary_size.py \
--threshold=$BINARY_SIZE_LIMIT_IN_BYTES \
Expand Down

0 comments on commit d7e0e64

Please sign in to comment.