Commit d6a6bc82 authored by jan.koester's avatar jan.koester
Browse files

test

parent 15d1068a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ build_libraries() {
            sed -i 's/-latomic//g' node.gyp tools/v8_gypfiles/v8.gyp
            # Avoid running node_mksnapshot in this musl-targeted build.
            export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false node_use_node_snapshot=false\"
            ./configure --prefix=\$PREFIX --shared --shared-musl --without-node-snapshot
            ./configure --prefix=\$PREFIX/nodejs --shared --shared-musl --without-node-snapshot
            mkdir -p out/Release
            rm -f out/Release/icupkg
            install -m 0755 "\$ICUPKG_BIN" out/Release/icupkg
@@ -585,7 +585,7 @@ build_libraries() {
            fi
            make -j1
            make install
            ln -sf /usr/local/bin/node /usr/local/bin/nodejs
            ln -sf /usr/local/nodejs/bin/node /usr/local/bin/nodejs/nodejs
            cd /build/libs
            touch .nodejs.done
        else