Skip to content

Commit

Permalink
Remove Android NDK r26d from CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Oct 19, 2024
1 parent 34e60c9 commit 3f80b66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/azure-pipelines/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
FROM ubuntu:focal-20240918

ADD https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb /packages-microsoft-prod.deb
ADD https://dl.google.com/android/repository/android-ndk-r26d-linux.zip /android-ndk-r26d-linux.zip
ADD https://dl.google.com/android/repository/android-ndk-r27c-linux.zip /android-ndk-r27c-linux.zip

# Add apt packages
Expand Down Expand Up @@ -61,12 +60,10 @@ apt-get -y dist-upgrade
apt-get -y --no-install-recommends install $APT_PACKAGES

# Android NDK
unzip /android-ndk-r26d-linux.zip
rm -f android-ndk-r26d-linux.zip
unzip /android-ndk-r27c-linux.zip
rm -f android-ndk-r27c-linux.zip
END_OF_SCRIPT

ENV ANDROID_NDK_HOME /android-ndk-r26d
ENV ANDROID_NDK_HOME /android-ndk-r27c

WORKDIR /vcpkg

0 comments on commit 3f80b66

Please sign in to comment.