forked from drigz/rules_boost
-
Notifications
You must be signed in to change notification settings - Fork 1
Merge in recent changes to fix http_repository #1
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
Open
malcolmwhite
wants to merge
190
commits into
psprecher:master
Choose a base branch
from
FoxBots:malcolm-update-http-rules
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge in recent changes to fix http_repository #1
malcolmwhite
wants to merge
190
commits into
psprecher:master
from
FoxBots:malcolm-update-http-rules
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
This is much faster for me. The .tar.gz from bintray downloads in ~12s, compared to ~28s for the .tar.bz2 from S3. Additionally, Bazel can uncompress the .tar.gz much faster: a no-op build takes ~13s compared to 1-3 minutes with the .tar.bz2. See bazelbuild/bazel#3397 for a partial cause of the slow decompression.
Use .tar.gz from bintray
circleci build
This involves adding a few more modules/dependencies so that it can build. I also added `linkopts` to boost_library so that users don't need to set it themselves. Tested on Ubuntu 14.04, bazel 0.7.0.
Add circular_buffer target
Add a thread test
Add missing deps to fix the build
New targets: - format - interprocess (no test because of filesystem troubles) - random - scope_exit - signals2 - tokenizer - unordered Also adds some extra dependencies found by grepping the source files of the corresponding packages.
Record test output for errors
Add new targets and tests
Fix the build
- Add zlib and bzip2 to the boost_deps() macro. - Check existing_rules to avoid repo redefinition, as recommended here: https://groups.google.com/d/msg/bazel-discuss/EBeFucaAg3A/5KG4uaTiBwAJ - Adjust test/WORKSPACE to always use boost_deps(), but to optionally override the boost archive.
Add Boost.Iostreams
Fix "utility" rule
…_cast Add implicit_cast
Bump bazel version in CI
Add meta state chart library
adds build rule for xpressive, property_map, and graph
Add headers and dependencies for @boost//:conversion
Add the Boost.Accumulators framework.
date_time requires cpp libs
Fixed boost graph for macosx and docker
Slight cleanup to dependency structure.
There is no pthread.h on windows. Should build using the code from thread/src/win32/*
Fix :thread target on Windows
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.
No description provided.