File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
ansible/roles/baselayout/tasks/partials/ccache Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 6161 - g++-10
6262 - gcc-12
6363 - g++-12
64+ - clang
65+ - clang++
6466
6567- name : " ccache : cleanup - aix tarball"
6668 file :
Original file line number Diff line number Diff line change 3636# Gradual transition to Clang from Node.js 25 (https://github.com/nodejs/build/issues/4091).
3737if [ " $NODEJS_MAJOR_VERSION " -ge " 25" ]; then
3838 case $NODE_NAME in
39+ * aix* )
40+ echo " Using Clang for Node.js $NODEJS_MAJOR_VERSION "
41+ export PATH=" /opt/ccache-3.7.4/libexec:/opt/clang+llvm-20.1.7-powerpc64-ibm-aix-7.2/bin/:$PATH "
42+ export CC=" clang"
43+ export CXX=" clang++"
44+ echo " Compiler set to Clang" ` ${CXX} -dumpversion`
45+ return
46+ ;;
3947 * fedora* )
4048 echo " Using Clang for Node.js $NODEJS_MAJOR_VERSION "
4149 export CC=" ccache clang"
You can’t perform that action at this time.
0 commit comments