mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge branch 'main' into redsun82/swift-6
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
|
||||
load("//misc/bazel:pkg.bzl", "codeql_pkg_runfiles")
|
||||
load("//swift:rules.bzl", "swift_cc_binary")
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
load("@rules_python//python:defs.bzl", "py_test")
|
||||
load("//swift:rules.bzl", "swift_cc_binary")
|
||||
|
||||
swift_cc_binary(
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
load("@rules_python//python:defs.bzl", "py_library")
|
||||
|
||||
py_library(
|
||||
name = "utils",
|
||||
srcs = [
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
load("@rules_python//python:defs.bzl", "py_test")
|
||||
|
||||
[
|
||||
py_test(
|
||||
name = test_dir + "-test",
|
||||
|
||||
2
swift/third_party/resources/BUILD.bazel
vendored
2
swift/third_party/resources/BUILD.bazel
vendored
@@ -1,3 +1,5 @@
|
||||
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
|
||||
|
||||
_oses = ("linux", "macos")
|
||||
|
||||
alias(
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
|
||||
load("//misc/bazel:pkg.bzl", "codeql_pkg_files")
|
||||
|
||||
sh_binary(
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
load("@rules_python//python:defs.bzl", "py_library", "py_test")
|
||||
|
||||
py_library(
|
||||
name = "utils",
|
||||
srcs = ["utils.py"],
|
||||
|
||||
Reference in New Issue
Block a user