Commit 92e49c0
committed
chore(ci): download hyperd from Java API bundle in npm-build-publish (#121)
The npm-build-publish workflow still used the C++ API bundle URL
(tableauhyperapi-cxx-*) and its SHA-256 hashes for downloading hyperd.
PR #121 switched hyperdb-bootstrap to the Java bundle (because the C++
macos-arm64 zip ships an x86_64 hyperd — upstream packaging defect), but
missed this workflow which downloads hyperd independently for the npm
package build.
Switch the URL template from cxx → java and update the per-platform
SHA-256 hashes to the Java bundle values (same ones verified and pinned
in hyperdb-bootstrap/hyperd-version.toml).1 parent cf96021 commit 92e49c0
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments