Update getting_started tutorial and example Bazel files for Bazel 8 migration.
This commit is contained in:
parent
169a24307c
commit
3970df5b48
@ -27,7 +27,7 @@ through `bazelisk`, a version manager for `bazel`.
|
||||
**Linux:**
|
||||
|
||||
```
|
||||
curl -L -o /usr/local/bin/bazel 'https://github.com/bazelbuild/bazelisk/releases/download/v1.20.0/bazelisk-linux-amd64'
|
||||
curl -L -o /usr/local/bin/bazel 'https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64'
|
||||
chmod +x /usr/local/bin/bazel
|
||||
```
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
||||
bazel_dep(name = "rules_zig", version = "20240913.0-1957d05")
|
||||
bazel_dep(name = "platforms", version = "0.0.10")
|
||||
bazel_dep(name = "zml", version = "0.1.0")
|
||||
bazel_dep(name = "aspect_bazel_lib", version = "2.9.3")
|
||||
bazel_dep(name = "aspect_bazel_lib", version = "2.11.0")
|
||||
bazel_dep(name = "rules_oci", version = "2.0.0")
|
||||
|
||||
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
BAZELISK_VERSION=v1.20.0
|
||||
BAZELISK_VERSION=v1.25.0
|
||||
|
||||
case $OSTYPE in
|
||||
"darwin"*)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user