aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/nightly_cmake_platforms_target_android_latest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/nightly_cmake_platforms_target_android_latest.yaml')
-rw-r--r--coin/platform_configs/nightly_cmake_platforms_target_android_latest.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/coin/platform_configs/nightly_cmake_platforms_target_android_latest.yaml b/coin/platform_configs/nightly_cmake_platforms_target_android_latest.yaml
index dfcbf5ce..810fb02c 100644
--- a/coin/platform_configs/nightly_cmake_platforms_target_android_latest.yaml
+++ b/coin/platform_configs/nightly_cmake_platforms_target_android_latest.yaml
@@ -2,10 +2,10 @@ Version: 2
Include: [
cmake_platforms.yaml: [
Windows10_22H2-Mingw11-x64-host,
- RHEL-8.4-host
+ rhel-8.4
],
macos.yaml: [
- macos-latest-xcode-universal-packaging-build
+ macos-universal-on-x86_64
]
]
Configurations:
@@ -16,7 +16,7 @@ Configurations:
Target arch: 'arm64'
Compiler: 'Clang'
Target compiler: 'Clang'
- Platform dependency: 'macos-latest-xcode-universal-packaging-build'
+ Platform dependency: 'macos-universal-on-x86_64'
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
Environment variables: [
'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis arm64-v8a',
@@ -47,7 +47,7 @@ Configurations:
Target arch: 'x86'
Compiler: 'GCC'
Target compiler: 'Clang'
- Platform dependency: 'RHEL-8.4-host'
+ Platform dependency: 'rhel-8.4'
Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'VMSize8', 'UseConfigure']
Environment variables: [
'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86',
@@ -63,7 +63,7 @@ Configurations:
Target arch: 'x86_64'
Compiler: 'GCC'
Target compiler: 'Clang'
- Platform dependency: 'RHEL-8.4-host'
+ Platform dependency: 'rhel-8.4'
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
Environment variables: [
'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86_64',