Commit 75b3b89
Adjust K nix caching (#4844)
Currently, the K repository caches two nix build on
k-framework-binary.cachix.org for `kup`: `k` and
`k.openssl.procps.secp256k1`. While a proper build seems to be cached
for `k`, the build for `k.openssl.procps.secp256k1` seems to be
different than requested by kup. This kind of issue had been observed
and fixed previously for kup packages.
To debug this, I download dependencies that were pushed to the nix cache
k-framework.cachix.org. But the K repository does not yet push
dependencies to this cache. Therefore, this repository adjusts the
GitHub release workflow to also push nix build dependencies to
k-framework.cachix.org.
In addition, caching is introduced for the package
`k.openssl.secp256k1`, which is a version that users are instructed to
install in, e.g., the [kontrol
repository](https://github.com/runtimeverification/kontrol/blob/d38d674a9b7dc1715d72803ee9b001a485a575c5/README.md?plain=1#L25).
This is why version should be cashed in the nix binary cache as well.
---------
Co-authored-by: automergerpr-permission-manager[bot] <190534181+automergerpr-permission-manager[bot]@users.noreply.github.com>1 parent 3b31b5a commit 75b3b89
1 file changed
Lines changed: 53 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
90 | 142 | | |
91 | 143 | | |
92 | 144 | | |
| |||
456 | 508 | | |
457 | 509 | | |
458 | 510 | | |
459 | | - | |
| 511 | + | |
460 | 512 | | |
461 | 513 | | |
462 | 514 | | |
| |||
0 commit comments