summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/scripts
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-24 10:49:01 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-24 17:49:17 +0000
commit5830d6a382f4f7b6bf64629c00d5ed4a2a9c0f4b (patch)
tree2a51527f8697ce1e27260f9eb2a5023b04de7619 /third_party/instrumented_libraries/scripts
parent60bc59460320221de4bb233d28efed99dd827b51 (diff)
downloadchromium_src-5830d6a382f4f7b6bf64629c00d5ed4a2a9c0f4b.zip
chromium_src-5830d6a382f4f7b6bf64629c00d5ed4a2a9c0f4b.tar.gz
chromium_src-5830d6a382f4f7b6bf64629c00d5ed4a2a9c0f4b.tar.bz2
Revert of Instrumented libraries: update the libnspr4 build script. (patchset #1 id:1 of https://codereview.chromium.org/600793002/)
Reason for revert: MSAN bots failed. FAILED: cd ../../third_party/instrumented_libraries; ../../third_party/instrumented_libraries/download_build_install.py "--product-directory=../../out/Release" "--package=libnspr4" "--intermediate-directory=../../out/Release/obj/third_party/instrumented_libraries/msan-libnspr4.gen" "--sanitizer-type=msan" "--extra-configure-flags=--enable-64bit --disable-debug" "--cflags=-O2 -gline-tables-only -fPIC -w -U_FORITFY_SOURCE \"-fsanitize=memory\" \"-fsanitize-memory-track-origins=0\"" "--ldflags=-Wl,-z,origin -Wl,-R,XORIGIN/. \"-fsanitize=memory\"" "--cc=/mnt/data/b/build/goma/gomacc /mnt/data/b/build/slave/Chromium_Linux_MSan_Builder/build/src/third_party/llvm-build/Release+Asserts/bin/clang" "--cxx=/mnt/data/b/build/goma/gomacc /mnt/data/b/build/slave/Chromium_Linux_MSan_Builder/build/src/third_party/llvm-build/Release+Asserts/bin/clang++" "--jobs=10" "--build-method=destdir" "--run-before-build=scripts/libnspr4.sh" mv: cannot stat `nspr/*': No such file or directory Original issue's description: > Instrumented libraries: update the libnspr4 build script. > > There has been a security update in Precise which changed the paths somewhat. > > BUG=313751 > TBR=glider@chromium.org > NOTRY=true > > Committed: https://crrev.com/91e9dd404b29bcbb847b98530e83f3c40720b890 > Cr-Commit-Position: refs/heads/master@{#296395} TBR=glider@chromium.org,earthdok@chromium.org NOTREECHECKS=true NOTRY=true BUG=313751 Review URL: https://codereview.chromium.org/598983004 Cr-Commit-Position: refs/heads/master@{#296454}
Diffstat (limited to 'third_party/instrumented_libraries/scripts')
-rwxr-xr-xthird_party/instrumented_libraries/scripts/libnspr4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/scripts/libnspr4.sh b/third_party/instrumented_libraries/scripts/libnspr4.sh
index d41498f..9ca669c 100755
--- a/third_party/instrumented_libraries/scripts/libnspr4.sh
+++ b/third_party/instrumented_libraries/scripts/libnspr4.sh
@@ -5,4 +5,4 @@
# This script does some preparations before build of instrumented libnspr4.
-mv nspr/* .
+mv mozilla/nsprpub/* .