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

test

parent b864cde9
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -551,8 +551,8 @@ build_libraries() {
            # remove -latomic which is not available in musl (and not needed on x86_64)
            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\"
            ./configure --prefix=\$PREFIX --shared-musl
            export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false node_use_node_snapshot=false\"
            ./configure --prefix=\$PREFIX --shared-musl --without-node-snapshot
            mkdir -p out/Release
            rm -f out/Release/icupkg
            install -m 0755 "\$ICUPKG_BIN" out/Release/icupkg
@@ -823,9 +823,11 @@ update_libraries() {
            export PATH=\$PREFIX/icu-host/bin:\$PREFIX/icu-host/sbin:\$PATH
            export LD_LIBRARY_PATH=\$PREFIX/icu-host/lib:\$PREFIX/icu-host/lib64:/usr/local/lib:\${LD_LIBRARY_PATH:-}
            export ICU_PKG=/usr/local/bin/icupkg
            # remove -latomic which is not available in musl (and not needed on x86_64)
            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\"
            ./configure --prefix=\$PREFIX --without-npm
            export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false node_use_node_snapshot=false\"
            ./configure --prefix=\$PREFIX --without-npm --without-node-snapshot
            mkdir -p out/Release
            rm -f out/Release/icupkg
            install -m 0755 \"\$ICUPKG_BIN\" out/Release/icupkg