There was an error while loading. Please reload this page.
1 parent 50bc86c commit 8eb3724Copy full SHA for 8eb3724
1 file changed
.github/workflows/build-manual.yml
@@ -148,9 +148,7 @@ jobs:
148
echo "=== Flutter doctor ==="
149
flutter doctor -v 2>&1 | grep -A5 "Android" || true
150
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
+ sed -i '1a add_link_options("LINKER:--build-id=none")' $HOME/.pub-cache/hosted/pub.dev/flutter_zxing-*/src/CMakeLists.txt
154
echo "start building"
155
./build.sh release 2>&1 | tee build.log
156
echo "=== Build log NDK mentions ==="
0 commit comments