Commit 6acc2cf
Bump Pulp tag of Ubuntu repos
During create_aio_resources, host package build-essential gets installed
as a dependency.
This package relies on three other packages: g++-11, gcc-11-base and
libstdc++-11-dev. Additionally, g++-11 requires gcc-11-base too.
Current tag of Ubuntu Jammy repo has gcc-11-base with version
11.4.0-1ubuntu1~22.04.3. However, it only has g++-11 with version
11.4.0-1ubuntu1~22.04, which is older than g++-11's version.
Since apt prevents downgrading, installation of build-essential fails.
Bumping all Ubuntu repo tags to the ones that are one day behind the
tags on stackhpc/2025.11 parent 54d0f73 commit 6acc2cf
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
0 commit comments