aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/tor/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/tor/build.sh')
-rw-r--r--projects/tor/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/tor/build.sh b/projects/tor/build.sh
index 3574a1ba..8f4d029b 100644
--- a/projects/tor/build.sh
+++ b/projects/tor/build.sh
@@ -67,6 +67,7 @@ export ASAN_OPTIONS=detect_leaks=0
LDFLAGS="-L${TOR_DEPS}/lib64"
make clean
+make micro-revision.i # Workaround from https://gitlab.torproject.org/tpo/core/tor/-/issues/29520#note_2749427
make -j$(nproc) oss-fuzz-fuzzers
TORLIBS="`make show-testing-libs`"