-
Notifications
You must be signed in to change notification settings - Fork 15
Add Bazel build #47
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
Merged
Add Bazel build #47
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If a setup step modifies the test Config such that it is no longer a proplist, a rather confusing error can result. This attempts to make such cases easier to debug. In addition, produce a clear message when the DIALYZER_PLT env var is missing.
Rather than rely on make, we expect a helper called 'rabbitmq-run' to be provided in the bazel build, that can be invoked an a manner compatible with how we have been using make
- Allow the ssl certs to be generated with make & openssl - Use the rabbitmq-run helper for starting/stopping the broker
Bazel doesn't assemble a unified deps dir in all cases, so we must be more lenient in filter_ct_helpers_and_testsuites_paths
In bazel, the full source is not available at test runtime, but we have already compiled it, and referenced it so it can be loaded directly
Some tests rely on paths relative to this directory
This reverts commit 095203a.
Rather than compute the default plugins directory in Erlang (which only happens when we want to add an extra dir) we send the extra dir to the shell where it can be appended to the default already computed by the shell
Now that bazel has been merged to rabbitmq-server@master
Ensure that the erlang application builds
HoloRin
added a commit
to rabbitmq/rabbitmq-server
that referenced
this pull request
Mar 29, 2021
HoloRin
added a commit
to rabbitmq/rabbitmq-server
that referenced
this pull request
Mar 29, 2021
HoloRin
added a commit
to rabbitmq/rabbitmq-server
that referenced
this pull request
Apr 7, 2021
HoloRin
added a commit
to rabbitmq/rabbitmq-server
that referenced
this pull request
Apr 7, 2021
HoloRin
added a commit
that referenced
this pull request
Apr 7, 2021
Add Bazel build files corresponding to rabbitmq/rabbitmq-server#2938 The gnu make build should remain unchanged by theses additions
HoloRin
added a commit
to rabbitmq/rabbitmq-server
that referenced
this pull request
Apr 7, 2021
michaelklishin
pushed a commit
to rabbitmq/rabbitmq-server
that referenced
this pull request
Apr 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Bazel build files corresponding to rabbitmq/rabbitmq-server#2938
The gnu make build should remain unchanged by theses additions