Skip to content

Commit

Permalink
Merge pull request #157 from matrix-org/poljar/simplify-install-uniff…
Browse files Browse the repository at this point in the history
…i-bindgen-go

Simplify the install_uniffi_bindgen_go script
  • Loading branch information
kegsay authored Dec 6, 2024
2 parents c617b46 + 4c4fc08 commit bb8c128
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install_uniffi_bindgen_go.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash -e
set -o pipefail

git clone --depth 1 --branch main https://github.com/NordSecurity/uniffi-bindgen-go _temp_uniffi_bindgen_go;
(cd _temp_uniffi_bindgen_go && git submodule init && git submodule update && cargo install uniffi-bindgen-go --path ./bindgen);
rm -rf _temp_uniffi_bindgen_go;
cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go

0 comments on commit bb8c128

Please sign in to comment.