-
This issue is just a reminder that at some point we need to add a deprecation warning when reading a buildcache that still uses a `prefix_to_hash` map instead of `hash_to_prefix`. See #37404
-
I created a new spacksite in **Myriad** using **Spack 0.22** on the `build01` node:
```shell
[ccspapp@build01 hpc-spack]$ spacksites/spacksites create fc-myriad-s0.22-test
/spack/0.22/fc-myria…
-
finding : buildkit cache and image export compatibility with harbor
## Work : export both output and cache layer together
https://github.com/moby/buildkit#inline-push-image-and-cache-together
`…
-
### Steps to reproduce
When using a buildcache on a custom s3 mirror
```console
export S3_ENDPOINT_URL=s3.cern.ch # for example
spack buildcache install
```
the following assert is trigge…
-
Before we change the location of the buildcache, please benchmark the network latency and confirm that it is bottleneck.
-
I've setup a buildcache to speed up building software, and installing things like Python from it. When going to build py-numpy, it crashes because it uses the compiler paths that python's `sysconfig` …
-
### Steps to reproduce the issue
```console
$ spack install go
[...]
various other packages install fine...
[...]
==> Installing go-bootstrap
==> Searching for binary cache of go-bootstrap
…
-
## Version information:
- OS: Ubuntu 20.04.2 LTS, x86_64
- Docker Server: 20.10.7
- Docker Client: 20.10.7
- docker buildx version: v0.5.1-docker
- BuildKit: moby/buildkit:v0.9.0
## Steps…
-
When cloning the latest point release, and adding the buildcache mirror associated with it, there are no public keys to be retrieved or they are the wrong ones.
## Steps to reproduce
```console
$…
-
### Rationale
I have a script that runs this:
```
for hash in [list of hashes]; do
spack buildcache create --allow-root --force --unsigned --only=package --mirror-name local_directory_somewh…