Skip to content

Commit

Permalink
Merge pull request kubevirt#6326 from dhiller/update-bazel-version-an…
Browse files Browse the repository at this point in the history
…d-python-rules

Update bazel version and bazel python rules
  • Loading branch information
kubevirt-bot authored Sep 3, 2021
2 parents b1c258a + 04bae62 commit 4e9d3a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.2
4.2.1
7 changes: 2 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

http_archive(
name = "rules_python",
sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
urls = [
"https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz",
"https://storage.googleapis.com/builddeps/778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
],
sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.3.0/rules_python-0.3.0.tar.gz",
)

# Additional bazel rules
Expand Down
2 changes: 1 addition & 1 deletion hack/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY qemu-aarch64-static /usr/bin/qemu-aarch64-static
ARG SONOBUOY_ARCH
ARG BAZEL_ARCH

ENV BAZEL_VERSION 3.7.2
ENV BAZEL_VERSION 4.2.1

ENV KUBEVIRT_CREATE_BAZELRCS false

Expand Down
2 changes: 1 addition & 1 deletion hack/dockerized
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -z ${KUBEVIRT_CRI} ]; then
fi
fi

KUBEVIRT_BUILDER_IMAGE="quay.io/kubevirt/builder:2107141556-8cc2ef886"
KUBEVIRT_BUILDER_IMAGE="quay.io/kubevirt/builder:2108311443-370e711b8"

SYNC_OUT=${SYNC_OUT:-true}

Expand Down

0 comments on commit 4e9d3a2

Please sign in to comment.