Skip to content

Commit

Permalink
Apollo: fix gomobile reproducible build
Browse files Browse the repository at this point in the history
  • Loading branch information
acrespo committed May 3, 2024
1 parent a9615e7 commit f451971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/bootstrap-gomobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ mkdir -p "$build_dir/pkg"
# Use a shared dependency cache by setting GOMODCACHE

GOMODCACHE="$build_dir/pkg" \
go run golang.org/x/mobile/cmd/gomobile init
go install golang.org/x/mobile/cmd/gomobile && \
go install golang.org/x/mobile/cmd/gobind

0 comments on commit f451971

Please sign in to comment.