Temporarily pin Ubuntu to v22.04, where we use kcov#48152
Merged
alalazo merged 2 commits intospack:developfrom Dec 17, 2024
Merged
Temporarily pin Ubuntu to v22.04, where we use kcov#48152alalazo merged 2 commits intospack:developfrom
alalazo merged 2 commits intospack:developfrom
Conversation
Ubuntu doesn't package kcov in v24.04 Since GitHub started upgrading their runner images, this makes our CI fail, see e.g. https://github.com/spack/spack/actions/runs/12366970840/job/34518012887?pr=47854 This is a temporary workaround, while we prepare a more stable fix.
3 tasks
5 tasks
climbfuji
pushed a commit
to climbfuji/spack
that referenced
this pull request
Dec 18, 2024
Ubuntu doesn't package kcov in v24.04 Since GitHub started upgrading their runner images, this makes our CI fail, see e.g. https://github.com/spack/spack/actions/runs/12366970840/job/34518012887?pr=47854 This is a temporary workaround, while we prepare a more stable fix. * Don't run too many unit tests
4 tasks
climbfuji
added a commit
to JCSDA/spack
that referenced
this pull request
Dec 18, 2024
…nning_from_spack_dev_20241218 Cherry-pick from spack develop: Temporarily pin Ubuntu to v22.04, where we use kcov (spack#48152)
tdrwenski
pushed a commit
to tdrwenski/spack
that referenced
this pull request
Dec 26, 2024
Ubuntu doesn't package kcov in v24.04 Since GitHub started upgrading their runner images, this makes our CI fail, see e.g. https://github.com/spack/spack/actions/runs/12366970840/job/34518012887?pr=47854 This is a temporary workaround, while we prepare a more stable fix. * Don't run too many unit tests
kshea21
pushed a commit
to kshea21/spack
that referenced
this pull request
Dec 26, 2024
Ubuntu doesn't package kcov in v24.04 Since GitHub started upgrading their runner images, this makes our CI fail, see e.g. https://github.com/spack/spack/actions/runs/12366970840/job/34518012887?pr=47854 This is a temporary workaround, while we prepare a more stable fix. * Don't run too many unit tests
teaguesterling
pushed a commit
to teaguesterling/spack
that referenced
this pull request
Feb 5, 2025
Ubuntu doesn't package kcov in v24.04 Since GitHub started upgrading their runner images, this makes our CI fail, see e.g. https://github.com/spack/spack/actions/runs/12366970840/job/34518012887?pr=47854 This is a temporary workaround, while we prepare a more stable fix. * Don't run too many unit tests
haampie
pushed a commit
that referenced
this pull request
Feb 18, 2025
Ubuntu doesn't package kcov in v24.04 Since GitHub started upgrading their runner images, this makes our CI fail, see e.g. https://github.com/spack/spack/actions/runs/12366970840/job/34518012887?pr=47854 This is a temporary workaround, while we prepare a more stable fix. * Don't run too many unit tests
haampie
pushed a commit
that referenced
this pull request
Feb 19, 2025
Ubuntu doesn't package kcov in v24.04 Since GitHub started upgrading their runner images, this makes our CI fail, see e.g. https://github.com/spack/spack/actions/runs/12366970840/job/34518012887?pr=47854 This is a temporary workaround, while we prepare a more stable fix. * Don't run too many unit tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ubuntu doesn't package kcov in v24.04 Since GitHub started upgrading their runner images, this makes our CI fail, see e.g.
https://github.com/spack/spack/actions/runs/12366970840/job/34518012887?pr=47854
This is a temporary workaround, while we prepare a more stable fix.