mark broken as broken

This commit is contained in:
Mitchell Hashimoto 2023-01-17 10:59:05 -08:00
parent 8499170825
commit 73093254a3
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC

View file

@ -39,6 +39,7 @@ def fix_release(release):
# 403 is semantically 404 for Zig
if e.code == 403:
platform["broken"] = True
platform["sha256"] = "BROKEN. THIS IS PURPOSELY INVALID."
else:
print(f' failed download: {e}')
finally: