mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
Add NDK r26 to CI image (#38975)
This commit is contained in:
parent
14b91796a6
commit
ad25766aef
@ -1,9 +1,10 @@
|
||||
# syntax=docker/dockerfile:1.4
|
||||
# DisableDockerDetector "Used to build the container deployed to Azure Container Registry"
|
||||
FROM ubuntu:focal-20240427
|
||||
FROM ubuntu:focal-20240530
|
||||
|
||||
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-r25c-linux.zip /android-ndk-r25c-linux.zip
|
||||
ADD https://dl.google.com/android/repository/android-ndk-r26d-linux.zip /android-ndk-r26d-linux.zip
|
||||
|
||||
# Add apt packages
|
||||
|
||||
@ -62,6 +63,8 @@ apt-get -y --no-install-recommends install $APT_PACKAGES
|
||||
# Android NDK
|
||||
unzip /android-ndk-r25c-linux.zip
|
||||
rm -f android-ndk-r25c-linux.zip
|
||||
unzip /android-ndk-r26d-linux.zip
|
||||
rm -f android-ndk-r26d-linux.zip
|
||||
END_OF_SCRIPT
|
||||
|
||||
ENV ANDROID_NDK_HOME /android-ndk-r25c
|
||||
|
@ -2,7 +2,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
variables:
|
||||
linux-docker-image: 'vcpkgandroidwus3.azurecr.io/vcpkg-android:2024-05-17'
|
||||
linux-docker-image: 'vcpkgandroidwus3.azurecr.io/vcpkg-android:2024-06-07'
|
||||
|
||||
parameters:
|
||||
- name: vcpkgToolSha
|
||||
|
Loading…
x
Reference in New Issue
Block a user