Skip to content

Commit

Permalink
bazelrc: disable android targets
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Jan 17, 2024
1 parent f95e0e4 commit 98c86d6
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@ tasks:
- --platforms=@io_bazel_rules_go//go/toolchain:windows_arm
build_targets:
- "k0s_static"
ubuntu1804_android_amd64:
name: android_amd64
platform: ubuntu2004
environment:
ANDROID_NDK_BAZEL: True
ANDROID_NDK_HOME: ''
build_flags:
- --config=go_android_amd64
build_targets:
- "k0s"
ubuntu1804_android_386:
name: android_386
platform: ubuntu2004
environment:
ANDROID_NDK_BAZEL: True
ANDROID_NDK_HOME: ''
build_flags:
- --config=go_android_386
build_targets:
- "k0s"
# ubuntu1804_android_amd64:
# name: android_amd64
# platform: ubuntu2004
# environment:
# ANDROID_NDK_BAZEL: True
# ANDROID_NDK_HOME: ''
# build_flags:
# - --config=go_android_amd64
# build_targets:
# - "k0s"
# ubuntu1804_android_386:
# name: android_386
# platform: ubuntu2004
# environment:
# ANDROID_NDK_BAZEL: True
# ANDROID_NDK_HOME: ''
# build_flags:
# - --config=go_android_386
# build_targets:
# - "k0s"
# ubuntu1804_android_armv7:
# name: android_armv7
# platform: ubuntu2004
Expand All @@ -70,16 +70,16 @@ tasks:
# - --config=go_android_armv7
# build_targets:
# - "k0s"
ubuntu1804_android_arm64:
name: android_arm64
platform: ubuntu2004
environment:
ANDROID_NDK_BAZEL: True
ANDROID_NDK_HOME: ''
build_flags:
- --config=go_android_arm64
build_targets:
- "k0s"
# ubuntu1804_android_arm64:
# name: android_arm64
# platform: ubuntu2004
# environment:
# ANDROID_NDK_BAZEL: True
# ANDROID_NDK_HOME: ''
# build_flags:
# - --config=go_android_arm64
# build_targets:
# - "k0s"
# macos:
# build_targets:
# - "k0s"
Expand Down

0 comments on commit 98c86d6

Please sign in to comment.