Skip to content

Commit

Permalink
hotfix: structure of bazel ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jan 17, 2024
1 parent e3dded4 commit 1c181c5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
matrix:
bazel_version: ["6.3.2", "7.0.0"]
platform: ["centos7", "debian10", "macos", "ubuntu2004"]
Expand All @@ -16,22 +15,3 @@ tasks:
- "//example/native"
test_targets:
- "//tests/analysis/..."
---
bazel: 5.4.0

matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004"]

tasks:
build:
include_json_profile:
- build
- test
shell_commands:
- echo "5.4.0" > .bazelversion
- echo "import %workspace%/tools/bazel/bazel5.bazelrc" > version.bazelrc
build_targets:
- "//graalvm/..."
- "//example/native"
test_targets:
- "//tests/analysis/..."

0 comments on commit 1c181c5

Please sign in to comment.