Skip to content

Commit

Permalink
Use a lock file to have isar reproducible builds (#189)
Browse files Browse the repository at this point in the history
* use a lock file to have isar reproducible builds

* fix variable casing
  • Loading branch information
casimir authored May 14, 2024
1 parent 6258567 commit 878d26f
Show file tree
Hide file tree
Showing 3 changed files with 848 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party_sources/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ echo "> Building Isar native libs..."
ISAR_VERSION=$(awk '/isar_version: /{print $3}' $TPS_DIR/../pubspec.yaml)
ISAR_LIBS_DIR=$PUB_CACHE/hosted/pub.isar-community.dev/isar_flutter_libs-$ISAR_VERSION/android/src/main/jniLibs
echo "target directory: $ISAR_LIBS_DIR"
cp $TPS_DIR/isar-Cargo.lock $TPS_DIR/isar/Cargo.lock
pushd $TPS_DIR/isar
bash ./tool/build_android.sh x86
mv libisar_android_x86.so $ISAR_LIBS_DIR/x86/libisar.so
Expand Down
Loading

0 comments on commit 878d26f

Please sign in to comment.