mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
Merge pull request #137408 from dims/disable-hard-fail-on-deadcode-elimination-script-for-go-1.26
Disable hard fail on deadcode-elimination script for 1.26
This commit is contained in:
@@ -74,5 +74,6 @@ if [[ "$FAILED" == "true" ]]; then
|
||||
for failed_binary in "${FAILED_BINARIES[@]}"; do
|
||||
echo " - ${failed_binary}"
|
||||
done
|
||||
exit 1
|
||||
#FIXME(dims): deadcode elimination check has issues with 1.26 - disable hard failure for now.
|
||||
#exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user