diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-10-07 11:42:08 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-10-07 11:42:08 +0200 |
| commit | e8ea2448b50d52026f3ccae7e84535911ea7b06b (patch) | |
| tree | 462e53c16cba19c58101cec411ff9886eaf04411 /BuildInstructions.md | |
| parent | fc57836b0579f44ad477cc028fedc88f7884c8e7 (diff) | |
| parent | fac4f3b19d47999537e56655ab70f10c520a213e (diff) | |
| download | mullvadvpn-e8ea2448b50d52026f3ccae7e84535911ea7b06b.tar.xz mullvadvpn-e8ea2448b50d52026f3ccae7e84535911ea7b06b.zip | |
Merge branch 'update-grpc-tools-with-m1-support'
Diffstat (limited to 'BuildInstructions.md')
| -rw-r--r-- | BuildInstructions.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index fd7aacd6b7..47b64f906c 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -139,18 +139,18 @@ variable to `aarch64-unknown-linux-gnu`: TARGETS="aarch64-unknown-linux-gnu" ./build.sh ``` -## Notes on building on ARM64 hosts +## Notes on building on ARM64 Linux hosts Due to inability to build the management interface proto files on ARM64 (see [this](https://github.com/grpc/grpc-node/issues/1497) issue), building on ARM64 must be done in 2 stages: -1. Build management interface proto files on a non-ARM64 platform +1. Build management interface proto files on another platform than arm64 Linux 2. Use the built proto files during the main build by setting the `MANAGEMENT_INTERFACE_PROTO_BUILD_DIR` environment variable to the path the proto files -To build the management interface proto files there is a script (execute it on a non-ARM64 -platform): +To build the management interface proto files there is a script (execute it on another platform than +ARM64 Linux): ```bash cd gui/scripts |
