Mikael Simberg

Results 368 comments of Mikael Simberg

Related: https://github.com/pika-org/pika/issues/989.

I'm leaving this open to track the possibility of a adding a senderified channel implementation (despite removing the current non-sender implementation in #1209).

Small update: - I initially added `retry-all-errors` to the curl configuration, but this ends up retrying everything, including 404s. In some packages, spack will first try a few URLs which...

While this doesn't help directly with the most common `FetchError`s we see in spack pipelines (the http proxy on compute nodes still fails despite these retries), these changes shouldn't hurt...

@biddisco what's the plan for this PR?

@biddisco what's the status of this PR? Should we keep it open or close it?

The GCC14/HIP conflict seems to be the same issue as reported here: https://github.com/llvm/llvm-project/issues/69288. That one is about clang in CUDA mode, but the error looks exactly the same otherwise. I...

I've added some sort of conflict in upstream spack: https://github.com/spack/spack/pull/46291.

This is a draft since one of the pipelines (performance CI) actually doesn't run any tests and fails with the correct flag. I might try to move the performance tests...

I've moved the performance tests to the generic test job step, and removed the dedicated performance test pipeline. CI seems to be stuck, so it remains to be seen if...