Skip to content

Commit 8eb3724

Browse files
committed
WIP 13
1 parent 50bc86c commit 8eb3724

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-manual.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ jobs:
148148
echo "=== Flutter doctor ==="
149149
flutter doctor -v 2>&1 | grep -A5 "Android" || true
150150
echo "=== Patching flutter_zxing for reproducible builds ==="
151-
export PUB_CACHE=$(flutter pub cache list 2>/dev/null | grep '"location"' | head -1 | sed 's/.*"location": "\(.*\)".*/\1/')
152-
[[ -z "$PUB_CACHE" ]] && export PUB_CACHE="$HOME/.pub-cache"
153-
sed -i '1a add_link_options("LINKER:--build-id=none")' $PUB_CACHE/hosted/pub.dev/flutter_zxing-*/src/CMakeLists.txt
151+
sed -i '1a add_link_options("LINKER:--build-id=none")' $HOME/.pub-cache/hosted/pub.dev/flutter_zxing-*/src/CMakeLists.txt
154152
echo "start building"
155153
./build.sh release 2>&1 | tee build.log
156154
echo "=== Build log NDK mentions ==="

0 commit comments

Comments
 (0)