mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 17:02:48 +02:00
mark broken as broken
This commit is contained in:
parent
8499170825
commit
73093254a3
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ def fix_release(release):
|
||||||
# 403 is semantically 404 for Zig
|
# 403 is semantically 404 for Zig
|
||||||
if e.code == 403:
|
if e.code == 403:
|
||||||
platform["broken"] = True
|
platform["broken"] = True
|
||||||
|
platform["sha256"] = "BROKEN. THIS IS PURPOSELY INVALID."
|
||||||
else:
|
else:
|
||||||
print(f' failed download: {e}')
|
print(f' failed download: {e}')
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Add table
Reference in a new issue