We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900b42c commit ed13fb8Copy full SHA for ed13fb8
.github/workflows/pull.yml
@@ -399,7 +399,7 @@ jobs:
399
size=${arr[4]}
400
# threshold=48120 on devserver with gcc11.4
401
# todo(lfq): update once binary size is below 50kb.
402
- threshold="51504"
+ threshold="47312"
403
if [[ "$size" -le "$threshold" ]]; then
404
echo "Success $size <= $threshold"
405
else
@@ -436,7 +436,7 @@ jobs:
436
437
438
439
- threshold="51784"
+ threshold="47552"
440
441
442
0 commit comments