Commit aed9a20
Require gcc-toolset-14 for nodejs-22 container.
Node.js 22's minimal GCC requirement is higher than the default GCC
and GCC-C++ available on RHEL 8. It is reasonable from npm module
developers to expect at least the minimal version node.js supports
for compilation will be available to also compile the native extension
from source.
Therefore use and enable the gcc-toolset-14 collection inside container.1 parent 51aaffb commit aed9a20
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
0 commit comments