mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Bazel: add forgotten files
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# This check only makes sense when building from the internal repository
|
||||
|
||||
def glibc_symbols_check(**kwargs):
|
||||
pass
|
||||
5
misc/bazel/semmle_code_stub/buildutils-internal/lipo.bzl
Normal file
5
misc/bazel/semmle_code_stub/buildutils-internal/lipo.bzl
Normal file
@@ -0,0 +1,5 @@
|
||||
# we only need to build universal binaries when building releases from the internal repo
|
||||
# when building from the codeql repo, we can stub this rule with an alias
|
||||
|
||||
def universal_binary(*, name, dep, **kwargs):
|
||||
native.alias(name = name, actual = dep, **kwargs)
|
||||
Reference in New Issue
Block a user