summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-09-20 16:01:55 +0200
committerAlbin <albin@mullvad.net>2024-09-20 16:01:55 +0200
commita190a5e86a2454e5db98f3f84b43c65d5485628c (patch)
tree1c675a5f992abb0b9e7f17507402faa13db684f4 /.github/workflows
parent6bf6a096609f8de451b20228be6f266ec3a396f7 (diff)
parent4c7b69b4a34ef63b18a86ff19f152e16b372c9e4 (diff)
downloadmullvadvpn-a190a5e86a2454e5db98f3f84b43c65d5485628c.tar.xz
mullvadvpn-a190a5e86a2454e5db98f3f84b43c65d5485628c.zip
Merge branch 'bump-android-container-to-7b4ffb683'
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-app.yml2
-rw-r--r--.github/workflows/rust-unused-dependencies.yml6
2 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index b098d346f7..204b84ed5a 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -206,8 +206,6 @@ jobs:
RUSTFLAGS: --deny warnings
BUILD_TYPE: debug
run: |
- # Temporary fix to address maybenot.h build issues.
- cargo install --force cbindgen --version "0.26.0"
ARCHITECTURES="${{ matrix.abi }}"
UNSTRIPPED_LIB_PATH="$CARGO_TARGET_DIR/${{ matrix.target }}/$BUILD_TYPE/libmullvad_jni.so"
STRIPPED_LIB_PATH="./android/app/build/extraJni/${{ matrix.abi }}/libmullvad_jni.so"
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml
index 45a2829f66..cfdd75e751 100644
--- a/.github/workflows/rust-unused-dependencies.yml
+++ b/.github/workflows/rust-unused-dependencies.yml
@@ -81,12 +81,6 @@ jobs:
git config --global --add safe.directory '*'
git submodule update --init --recursive --depth=1 wireguard-go-rs
- - name: Install cbindgen
- run: |
- # Temporary fix to address maybenot.h build issues.
- # Remove this step when cbindgen has been added to the build container.
- cargo install --force cbindgen --version "0.26.0"
-
- name: Install nightly Rust toolchain
run: |
rustup default $RUST_NIGHTLY_TOOLCHAIN