-
Notifications
You must be signed in to change notification settings - Fork 837
Proper cacheing for travis #61
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
Merged
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
…uted by environment variables. This should allow ccache to use caches from build stage for testing stage.
@jlblancoc you like? I'm also turning off clang on Linux until we solved issue #57 |
varunagrawal
pushed a commit
that referenced
this pull request
Mar 25, 2021
9a467794e Merge pull request #61 from borglab/fix/python-variables 6bae7af99 added more status messages and set the PYBIND11_PYTHON_VERSION each time 5129cf3b9 set both sets of Python variables and find python version when including PybindWrap 5a67b526c Merge pull request #60 from borglab/fix/multi-template-methods 4a73b29ef better method names for testing templated methods 989fdf946 added unit test for multi-template methods a56908c21 add namespace qualification to instantiations a25d9631e graceful handling of templated method instantiations 0baa5ab5d multiple templates in methods git-subtree-dir: wrap git-subtree-split: 9a467794e8542872b2782cdaec338aaa30a92e33
varunagrawal
pushed a commit
that referenced
this pull request
Mar 25, 2021
9a467794e Merge pull request #61 from borglab/fix/python-variables 6bae7af99 added more status messages and set the PYBIND11_PYTHON_VERSION each time 5129cf3b9 set both sets of Python variables and find python version when including PybindWrap 5a67b526c Merge pull request #60 from borglab/fix/multi-template-methods 4a73b29ef better method names for testing templated methods 989fdf946 added unit test for multi-template methods a56908c21 add namespace qualification to instantiations a25d9631e graceful handling of templated method instantiations 0baa5ab5d multiple templates in methods git-subtree-dir: wrap git-subtree-split: 9a467794e8542872b2782cdaec338aaa30a92e33
varunagrawal
added a commit
that referenced
this pull request
Mar 25, 2021
9a467794e Merge pull request #61 from borglab/fix/python-variables 6bae7af99 added more status messages and set the PYBIND11_PYTHON_VERSION each time 5129cf3b9 set both sets of Python variables and find python version when including PybindWrap 5a67b526c Merge pull request #60 from borglab/fix/multi-template-methods 4a73b29ef better method names for testing templated methods 989fdf946 added unit test for multi-template methods a56908c21 add namespace qualification to instantiations a25d9631e graceful handling of templated method instantiations 0baa5ab5d multiple templates in methods git-subtree-dir: wrap git-subtree-split: 9a467794e8542872b2782cdaec338aaa30a92e33
varunagrawal
added a commit
that referenced
this pull request
Mar 26, 2021
96ccdfd0b Merge pull request #65 from borglab/fix/special-cases 04c06b7e6 Merge pull request #63 from borglab/fix/cmake bf2c91bd2 fix issue in template instantiation generator 152dbcb12 test for special cases d03004b24 fixed the cmake to discover the correct python version and set all corresponding variables 4cf66e0da Merge pull request #61 from borglab/fix/python-variables 80558e35b added more status messages and set the PYBIND11_PYTHON_VERSION each time 73afd1b0a set both sets of Python variables and find python version when including PybindWrap REVERT: 9a467794e Merge pull request #61 from borglab/fix/python-variables REVERT: 6bae7af99 added more status messages and set the PYBIND11_PYTHON_VERSION each time REVERT: 5129cf3b9 set both sets of Python variables and find python version when including PybindWrap git-subtree-dir: wrap git-subtree-split: 96ccdfd0b84a4dbf1b3e9ed31b95ebc2758be9cc
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.
Use command line argument for script so that cache names are not polluted by environment variables. This should allow ccache to use caches from build stage for testing stage.
We'll see from the travis builds here whether it worked :-)