Content-Length: 263855 | pFad | https://github.com/sass/node-sass/commit/3838eae74ff1d4d2d37b80b20b30f8a0f42f3e3c

09 Use GCC 6 for Node 12 binaries · sass/node-sass@3838eae · GitHub
Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 3838eae

Browse files
committed
Use GCC 6 for Node 12 binaries
Node 12 is built using GCC 6 therefore it is mandatory that we use the same C++ runtime as the mothership.
1 parent e84c6a9 commit 3838eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ before_install:
8787
- echo $TRAVIS_NODE_VERSION
8888
- npm config set python `which python`
8989
- if [ $TRAVIS_OS_NAME == "linux" ]; then
90-
if [[ $(node -v) =~ v13 ]]; then
90+
if [[ $(node -v) =~ v1[23] ]]; then
9191
export CC="gcc-6";
9292
export CXX="g++-6";
9393
export LINK="gcc-6";
9494
export LINKXX="g++-6";
95-
elif [[ $(node -v) =~ v[1-9][0-9] ]]; then
95+
elif [[ $(node -v) =~ v1[01] ]]; then
9696
export CC="gcc-4.9";
9797
export CXX="g++-4.9";
9898
export LINK="gcc-4.9";

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/sass/node-sass/commit/3838eae74ff1d4d2d37b80b20b30f8a0f42f3e3c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy