Skip to content

Commit

Permalink
Revert "feat(IDX): enable bzlmod (#1959)"
Browse files Browse the repository at this point in the history
This reverts commit 292b462.
  • Loading branch information
basvandijk committed Oct 10, 2024
1 parent 5890eaa commit 8db5ced
Show file tree
Hide file tree
Showing 18 changed files with 729 additions and 4,807 deletions.
221 changes: 0 additions & 221 deletions .github/workflows/bazel-lockfile.yml

This file was deleted.

16 changes: 8 additions & 8 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@bazel_gazelle//:def.bzl", "gazelle")
load("@bazel_skylib//rules:common_settings.bzl", "string_setting")
load("@gazelle//:def.bzl", "gazelle")
load("@rules_python//python:pip.bzl", "compile_pip_requirements")

package(default_visibility = ["//visibility:public"])
Expand Down Expand Up @@ -79,19 +79,19 @@ gazelle(

alias(
name = "gobin",
actual = "@rules_go//go",
actual = "@go_sdk//:bin/go",
visibility = ["//visibility:public"],
)

# Builds python dependencies. To update the lockfile:
# $ bazel run //:python-requirements.update
# Builds python dependencies
compile_pip_requirements(
name = "python-requirements",
src = "requirements.in",
# NOTE: the requirements.txt reports the system python's version, not
# the one specified in MODULE.bazel.
# https://rules-python.readthedocs.io/en/latest/pypi-dependencies.html#pip-rules
timeout = "moderate",
requirements_in = "requirements.in",
requirements_txt = "requirements.txt",
tags = [
"requires-network",
],
)

test_suite(
Expand Down
Loading

0 comments on commit 8db5ced

Please sign in to comment.