Skip to content

Commit 7c80b33

Browse files
author
Paolo Tranquilli
committed
Bazel: add forgotten files
1 parent 913a926 commit 7c80b33

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

misc/bazel/semmle_code_stub/buildutils-internal/BUILD.bazel

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This check only makes sense when building from the internal repository
2+
3+
def glibc_symbols_check(**kwargs):
4+
pass
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# we only need to build universal binaries when building releases from the internal repo
2+
# when building from the codeql repo, we can stub this rule with an alias
3+
4+
def universal_binary(*, name, dep, **kwargs):
5+
native.alias(name = name, actual = dep, **kwargs)

0 commit comments

Comments
 (0)