Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for building using bazel #11

Merged
merged 1 commit into from
May 16, 2023

Conversation

healthy-pod
Copy link
Contributor

This code change adds support for building using bazel if the --use-bazel flag is set. It will be unset by default.

This code change adds support for building using `bazel`
if the `--use-bazel` flag is set. It will be unset by
default.
gcassert.go Show resolved Hide resolved
@yuzefovich yuzefovich merged commit 7fd40e8 into jordanlewis:master May 16, 2023
@healthy-pod
Copy link
Contributor Author

TFTQR!

healthy-pod pushed a commit to healthy-pod/cockroach that referenced this pull request Jun 8, 2023
This code change pulls changes from jordanlewis/gcassert#11
and jordanlewis/gcassert#12 to let gcassert use bazel to build
if the `--use-bazel` flag is set.

It now checks if inline directives passed by inspecting object
files because the compiler output is missing some inline statements
when invoked through `bazel`.

Release note: None
Epic: CRDB-8349

Closes cockroachdb#65485
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants