Commit 4e14882e authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/nodejs: enforce min gcc version

parent 1dc2b5dd
...@@ -16,6 +16,9 @@ parts = ...@@ -16,6 +16,9 @@ parts =
#<= nodejs-X.Y.Z #<= nodejs-X.Y.Z
# nodejs 16 needs gcc > 8.3 # nodejs 16 needs gcc > 8.3
[gcc]
min_version = 8.3
[nodejs-16.13.2] [nodejs-16.13.2]
<= nodejs-base <= nodejs-base
openssl_location = ${openssl:location} openssl_location = ${openssl:location}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment