Commit 024a18c
Avoid to exit while trying to install a specific kernel-devel version
This code has been created to try to install using `--releasever` parameter
and if this command fails try to install the package from vault,
anyway the `set -e` at the top of the failing was causing all the build to fail.
Manually tested in a Rocky-8-EC2-Base-8.8-20230518.0.x86_64
Related to: #2597
Signed-off-by: Enrico Usai <usai@amazon.com>1 parent 552d205 commit 024a18c
File tree
1 file changed
+1
-1
lines changed- cookbooks/aws-parallelcluster-platform/resources/install_packages
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments