summaryrefslogtreecommitdiffhomepage
path: root/android/docker/Dockerfile
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-01-24 11:27:30 +0100
committerLinus Färnstrand <linus@mullvad.net>2025-02-07 13:34:29 +0100
commitfe63f1fcdc7eaa7de873c6a8c224bd55fb208cba (patch)
tree895178828349e7817d16c0cebb70c6d3876f7b2e /android/docker/Dockerfile
parent27352fbd1b2d33b250e53a2be81c1c4669001290 (diff)
downloadmullvadvpn-fe63f1fcdc7eaa7de873c6a8c224bd55fb208cba.tar.xz
mullvadvpn-fe63f1fcdc7eaa7de873c6a8c224bd55fb208cba.zip
Remove cbindgen and instructions about it
cbindgen is no longer needed for building. The header generation is now done manually and never triggered automatically at build
Diffstat (limited to 'android/docker/Dockerfile')
-rw-r--r--android/docker/Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/android/docker/Dockerfile b/android/docker/Dockerfile
index 3635fc55c0..705c0d1ed0 100644
--- a/android/docker/Dockerfile
+++ b/android/docker/Dockerfile
@@ -117,11 +117,4 @@ RUN patch -p1 -f -N -r- -d /usr/local/go < /tmp/goruntime-boottime-over-monotoni
# Add rust targets
RUN rustup target add x86_64-linux-android i686-linux-android aarch64-linux-android armv7-linux-androideabi
-# Install cbindgen to address maybenot.h (checked in) sometimes needing to be
-# re-generated due to how `make` looks at last-modifications while git neither
-# stores nor consistently sets modification metadata on file checkout.
-# This is an intermediate solution that will be further improved as part of
-# issue: DROID-1328.
-RUN cargo install --force cbindgen --version "0.26.0" && rm -rf ~/.cargo/registry
-
WORKDIR /build