From 3b9988ebcc032606ec26c5998f6ccdba28864042 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Tue, 21 May 2024 15:53:34 -0700 Subject: [PATCH] Point MI to custom build with SparkReplayer --- mobileinsight.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobileinsight.def b/mobileinsight.def index 810c4ab..8872967 100644 --- a/mobileinsight.def +++ b/mobileinsight.def @@ -4,7 +4,7 @@ From: ubuntu:22.04 %arguments NUM_THREADS=1 WS_VER=3.4.0 - MI_COMMIT=4b204e0 + MI_COMMIT=6898f42 %files 00-cpp_compat.patch /build/00-cpp_compat.patch @@ -49,7 +49,7 @@ From: ubuntu:22.04 wget "https://github.com/wireshark/wireshark/archive/refs/tags/v{{ WS_VER }}.tar.gz" \ -nv -O "wireshark-{{ WS_VER }}.tar.xz" tar -xf "wireshark-{{ WS_VER }}.tar.xz" - git clone "https://github.com/mobile-insight/mobileinsight-core.git" + git clone "https://github.com/xythrez/mobileinsight-core.git" git -C mobileinsight-core checkout "{{ MI_COMMIT }}" # Compile and install wireshark