mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52: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
|
||||
if e.code == 403:
|
||||
platform["broken"] = True
|
||||
platform["sha256"] = "BROKEN. THIS IS PURPOSELY INVALID."
|
||||
else:
|
||||
print(f' failed download: {e}')
|
||||
finally:
|
||||
|
|
Loading…
Add table
Reference in a new issue