-
Notifications
You must be signed in to change notification settings - Fork 157
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
New build process script changes & gpuCI enhancements #338
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
784a644
ENH Project Flash & gpuCI Scripts Update
dillon-cullinan 6cc7494
DOCS Update Changelog
dillon-cullinan 5f61972
FIX Fix bracket syntax
dillon-cullinan 3772152
FIX Correct messed up find and replace
dillon-cullinan 84895df
FIX Remove old logger calls
dillon-cullinan 134ece8
FIX Remove ellipses
dillon-cullinan cdfb7ed
FIX Update conda build with artifact location
dillon-cullinan 6a079d6
FIX Remove unnecessary markdown tables install
dillon-cullinan 9f97933
FIX Typo in gpuci_logger
raydouglass e461693
FIX Artifact paths
raydouglass 78a9afa
FIX Build tests during project flash
raydouglass 7a58c2f
FIX Add cudf clone before libcuspatial conda pkg
raydouglass bc41eae
ENH Add cudf clone to cpu build
raydouglass a704ca5
FIX Use CUDF_HOME for include/lib hints
raydouglass 256b417
FIX Force artifact conda install
raydouglass 94c82a1
Merge remote-tracking branch 'origin/branch-0.18' into project-flash
raydouglass 436d891
FIX Include conda prefix in LD_LIBRARY_PATH
raydouglass faf0e92
FIX Treat test-results as a directory
raydouglass f885945
DOC Fix changelog
raydouglass b08dda4
FIX Revert cmake changes
raydouglass 997b223
FIX Indentation
raydouglass File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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 file contains 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 file contains 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 file contains 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 file contains 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 file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Copyright (c) 2018-2019, NVIDIA CORPORATION. | ||
|
||
# This assumes the script is executed from the root of the repo directory | ||
# show environment | ||
printenv | ||
# build cuspatial with verbose output | ||
cd $WORKSPACE | ||
./build.sh -v libcuspatial | ||
if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then | ||
./build.sh -v libcuspatial | ||
else | ||
./build.sh -v libcuspatial tests | ||
fi |
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a messed up indentation here.