Skip to content

Commit b9fa2ee

Browse files
authored
openkal-musl 0.8.0 (#284)
Answers `truncate(2)`, which had no case at all, so `std::filesystem::resize_file` reported ENOSYS for every path: libc++ expresses it as the name-shaped call and only the descriptor-shaped `ftruncate` was answered. Repins openkal-linux 0.7.1 and openkal-macos 0.6.1, which correct a bounded transfer that waited upon the descriptor below the one it moved. Reported in mcpplibs/openkal-linux#13. Measured before this commit: the CN mirror asset returns 200, is a valid archive, and its sha256 is identical to the GitHub tag tarball named beside it. That check earned its place on this entry. The first upload of this asset was fourteen bytes reading `404: Not Found` --- the archive endpoint had not yet generated the tarball when it was fetched, and the fetch did not examine its own status code. `gtc` reported `uploaded` for it. It was found by fetching the published URL back and hashing it, which is the only step that could have found it.
1 parent 7704b7a commit b9fa2ee

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/o/openkal-musl.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ package = {
2424

2525
xpm = {
2626
linux = {
27+
["0.8.0"] = {
28+
url = {
29+
GLOBAL = "https://github.com/mcpplibs/openkal-musl/archive/refs/tags/0.8.0.tar.gz",
30+
CN = "https://gitcode.com/mcpp-res/openkal-musl/releases/download/0.8.0/openkal-musl-0.8.0.tar.gz",
31+
},
32+
sha256 = "1a54c2696ad0118efb632c6eddf8659f85484c42574a82abf604783d00b6db0c",
33+
},
2734
["0.7.0"] = {
2835
url = {
2936
GLOBAL = "https://github.com/mcpplibs/openkal-musl/archive/refs/tags/0.7.0.tar.gz",
@@ -96,6 +103,13 @@ package = {
96103
},
97104
},
98105
macosx = {
106+
["0.8.0"] = {
107+
url = {
108+
GLOBAL = "https://github.com/mcpplibs/openkal-musl/archive/refs/tags/0.8.0.tar.gz",
109+
CN = "https://gitcode.com/mcpp-res/openkal-musl/releases/download/0.8.0/openkal-musl-0.8.0.tar.gz",
110+
},
111+
sha256 = "1a54c2696ad0118efb632c6eddf8659f85484c42574a82abf604783d00b6db0c",
112+
},
99113
["0.7.0"] = {
100114
url = {
101115
GLOBAL = "https://github.com/mcpplibs/openkal-musl/archive/refs/tags/0.7.0.tar.gz",
@@ -168,6 +182,13 @@ package = {
168182
},
169183
},
170184
windows = {
185+
["0.8.0"] = {
186+
url = {
187+
GLOBAL = "https://github.com/mcpplibs/openkal-musl/archive/refs/tags/0.8.0.tar.gz",
188+
CN = "https://gitcode.com/mcpp-res/openkal-musl/releases/download/0.8.0/openkal-musl-0.8.0.tar.gz",
189+
},
190+
sha256 = "1a54c2696ad0118efb632c6eddf8659f85484c42574a82abf604783d00b6db0c",
191+
},
171192
["0.7.0"] = {
172193
url = {
173194
GLOBAL = "https://github.com/mcpplibs/openkal-musl/archive/refs/tags/0.7.0.tar.gz",

0 commit comments

Comments
 (0)