-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-5725: [Crossbow] Port conda recipes to azure pipelines #4649
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
Closed
Closed
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
2037f78
port conda recipes to azure pipelines
kszucs b2fd21a
use variables [skip ci]]
kszucs 53e8eb2
don't use azure templates [skip ci]
kszucs b2425e6
fix working directory [skip ci]
kszucs 501d553
set config [skip ci]
kszucs df31ff7
trying to fix feedstock and recipe roots [skip ci]
kszucs ce740d7
fixing build_steps.sh path [skip ci]
kszucs 7b60c9d
pass arrow_version [skip ci]
kszucs adae7c0
build all three recipes
kszucs 0e826ac
fix recipe directories [skip ci]
kszucs 9ef81c5
use feedstock_root [skip ci]
kszucs 4b00589
try to fix assertion error [skip ci]
kszucs 5cd9fa0
use pyarrow as recipe root
kszucs f50af1b
path gymnastics [skip ci]
kszucs a874d1f
gandiva flags [skip ci]
kszucs bdf705f
OSX configuration [skip ci]
kszucs 8abd347
move displayName after the script [skip ci]
kszucs c42ebf5
quoting gandiva flags [skip ci]
kszucs aecc2b1
displayName order [skip ci]
kszucs 0c8464a
parquet-cpp depend on exact arrow-cpp version [skip ci]
kszucs 0d76f13
win [skip ci]
kszucs ba0e88c
update old templates; query cxx include paths [skip ci]
kszucs 611222e
docker shm [skip ci]
kszucs d6c4ce9
touch done_canary [skip ci]
kszucs 7fbce5d
use appveyor for the win packages; upload assets scripts [skip ci]
kszucs e0d8fb9
git commit additional log [skip ci]
kszucs 750f624
asset uploading script [skip ci]
kszucs 2aa4977
azure template for docker tests
kszucs 9db3db1
use pip3
kszucs 2a59894
tabulate win template
kszucs f75efae
use pip module for installing dependencies
kszucs 8f58839
use the default python on osx
kszucs cbb9c9c
rat
kszucs 95cb442
use FETCH_HEAD in the CI templates
kszucs 1119649
fix artifact patterns
kszucs 68d88a8
combine status api and checks api
kszucs b6a8607
configure output folder for the artifacts
kszucs 0c470bb
readme fixes
kszucs 20f6cec
update conda-win artifact patterns
kszucs 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 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 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
26 changes: 5 additions & 21 deletions
26
...nda-recipes/variants/linux_python2.7.yaml → ...-recipes/.ci_support/linux_python2.7.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1,24 @@ | ||
| boost_cpp: | ||
| - 1.68.0 | ||
| - 1.70.0 | ||
| c_compiler: | ||
| - gcc | ||
| c_compiler_version: | ||
| - '7' | ||
| channel_sources: | ||
| - conda-forge,defaults | ||
| channel_targets: | ||
| - conda-forge main | ||
| cxx_compiler: | ||
| - gxx | ||
| cxx_compiler_version: | ||
| - '7' | ||
| docker_image: | ||
| - condaforge/linux-anvil-comp7 | ||
| libprotobuf: | ||
| - '3.7' | ||
| lz4_c: | ||
| - 1.8.1 | ||
| pin_run_as_build: | ||
| boost-cpp: | ||
| max_pin: x.x.x | ||
| libprotobuf: | ||
| max_pin: x.x | ||
| lz4-c: | ||
| max_pin: x.x.x | ||
| python: | ||
| min_pin: x.x | ||
| max_pin: x.x | ||
| snappy: | ||
| max_pin: x.x.x | ||
| zlib: | ||
| max_pin: x.x | ||
| zstd: | ||
| max_pin: x.x.x | ||
| python: | ||
| - '2.7' | ||
| snappy: | ||
| - 1.1.7 | ||
| zlib: | ||
| - '1.2' | ||
| zstd: | ||
| - 1.3.3 | ||
26 changes: 5 additions & 21 deletions
26
...nda-recipes/variants/linux_python3.6.yaml → ...-recipes/.ci_support/linux_python3.6.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1,24 @@ | ||
| boost_cpp: | ||
| - 1.68.0 | ||
| - 1.70.0 | ||
| c_compiler: | ||
| - gcc | ||
| c_compiler_version: | ||
| - '7' | ||
| channel_sources: | ||
| - conda-forge,defaults | ||
| channel_targets: | ||
| - conda-forge main | ||
| cxx_compiler: | ||
| - gxx | ||
| cxx_compiler_version: | ||
| - '7' | ||
| docker_image: | ||
| - condaforge/linux-anvil-comp7 | ||
| libprotobuf: | ||
| - '3.7' | ||
| lz4_c: | ||
| - 1.8.1 | ||
| pin_run_as_build: | ||
| boost-cpp: | ||
| max_pin: x.x.x | ||
| libprotobuf: | ||
| max_pin: x.x | ||
| lz4-c: | ||
| max_pin: x.x.x | ||
| python: | ||
| min_pin: x.x | ||
| max_pin: x.x | ||
| snappy: | ||
| max_pin: x.x.x | ||
| zlib: | ||
| max_pin: x.x | ||
| zstd: | ||
| max_pin: x.x.x | ||
| python: | ||
| - '3.6' | ||
| snappy: | ||
| - 1.1.7 | ||
| zlib: | ||
| - '1.2' | ||
| zstd: | ||
| - 1.3.3 |
27 changes: 6 additions & 21 deletions
27
...nda-recipes/variants/linux_python3.7.yaml → ...-recipes/.ci_support/linux_python3.7.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1,25 @@ | ||
| boost_cpp: | ||
| - 1.68.0 | ||
| - 1.70.0 | ||
| c_compiler: | ||
| - gcc | ||
| c_compiler_version: | ||
| - '7' | ||
| channel_sources: | ||
| - conda-forge,defaults | ||
| channel_targets: | ||
| - conda-forge main | ||
| cxx_compiler: | ||
| - gxx | ||
| cxx_compiler_version: | ||
| - '7' | ||
| docker_image: | ||
| - condaforge/linux-anvil-comp7 | ||
| libprotobuf: | ||
| - '3.7' | ||
| lz4_c: | ||
| - 1.8.1 | ||
| pin_run_as_build: | ||
| boost-cpp: | ||
| max_pin: x.x.x | ||
| libprotobuf: | ||
| max_pin: x.x | ||
| lz4-c: | ||
| max_pin: x.x.x | ||
| python: | ||
| min_pin: x.x | ||
| max_pin: x.x | ||
| snappy: | ||
| max_pin: x.x.x | ||
| zlib: | ||
| max_pin: x.x | ||
| zstd: | ||
| max_pin: x.x.x | ||
| python: | ||
| - '3.7' | ||
| snappy: | ||
| - 1.1.7 | ||
| zlib: | ||
| - '1.2' | ||
| zstd: | ||
| - 1.3.3 | ||
|
|
26 changes: 5 additions & 21 deletions
26
...conda-recipes/variants/osx_python2.7.yaml → ...da-recipes/.ci_support/osx_python2.7.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,28 @@ | ||
| MACOSX_DEPLOYMENT_TARGET: | ||
| - '10.9' | ||
| boost_cpp: | ||
| - 1.68.0 | ||
| - 1.70.0 | ||
| c_compiler: | ||
| - clang | ||
| c_compiler_version: | ||
| - '4' | ||
| channel_sources: | ||
| - conda-forge,defaults | ||
| channel_targets: | ||
| - conda-forge main | ||
| cxx_compiler: | ||
| - clangxx | ||
| libprotobuf: | ||
| - '3.7' | ||
| lz4_c: | ||
| - 1.8.1 | ||
| cxx_compiler_version: | ||
| - '4' | ||
| macos_machine: | ||
| - x86_64-apple-darwin13.4.0 | ||
| macos_min_version: | ||
| - '10.9' | ||
| pin_run_as_build: | ||
| boost-cpp: | ||
| max_pin: x.x.x | ||
| libprotobuf: | ||
| max_pin: x.x | ||
| lz4-c: | ||
| max_pin: x.x.x | ||
| python: | ||
| min_pin: x.x | ||
| max_pin: x.x | ||
| snappy: | ||
| max_pin: x.x.x | ||
| zlib: | ||
| max_pin: x.x | ||
| zstd: | ||
| max_pin: x.x.x | ||
| python: | ||
| - '2.7' | ||
| snappy: | ||
| - 1.1.7 | ||
| zlib: | ||
| - '1.2' | ||
| zstd: | ||
| - 1.3.3 |
26 changes: 5 additions & 21 deletions
26
...conda-recipes/variants/osx_python3.6.yaml → ...da-recipes/.ci_support/osx_python3.6.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,28 @@ | ||
| MACOSX_DEPLOYMENT_TARGET: | ||
| - '10.9' | ||
| boost_cpp: | ||
| - 1.68.0 | ||
| - 1.70.0 | ||
| c_compiler: | ||
| - clang | ||
| c_compiler_version: | ||
| - '4' | ||
| channel_sources: | ||
| - conda-forge,defaults | ||
| channel_targets: | ||
| - conda-forge main | ||
| cxx_compiler: | ||
| - clangxx | ||
| libprotobuf: | ||
| - '3.7' | ||
| lz4_c: | ||
| - 1.8.1 | ||
| cxx_compiler_version: | ||
| - '4' | ||
| macos_machine: | ||
| - x86_64-apple-darwin13.4.0 | ||
| macos_min_version: | ||
| - '10.9' | ||
| pin_run_as_build: | ||
| boost-cpp: | ||
| max_pin: x.x.x | ||
| libprotobuf: | ||
| max_pin: x.x | ||
| lz4-c: | ||
| max_pin: x.x.x | ||
| python: | ||
| min_pin: x.x | ||
| max_pin: x.x | ||
| snappy: | ||
| max_pin: x.x.x | ||
| zlib: | ||
| max_pin: x.x | ||
| zstd: | ||
| max_pin: x.x.x | ||
| python: | ||
| - '3.6' | ||
| snappy: | ||
| - 1.1.7 | ||
| zlib: | ||
| - '1.2' | ||
| zstd: | ||
| - 1.3.3 |
26 changes: 5 additions & 21 deletions
26
...conda-recipes/variants/osx_python3.7.yaml → ...da-recipes/.ci_support/osx_python3.7.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,28 @@ | ||
| MACOSX_DEPLOYMENT_TARGET: | ||
| - '10.9' | ||
| boost_cpp: | ||
| - 1.68.0 | ||
| - 1.70.0 | ||
| c_compiler: | ||
| - clang | ||
| c_compiler_version: | ||
| - '4' | ||
| channel_sources: | ||
| - conda-forge,defaults | ||
| channel_targets: | ||
| - conda-forge main | ||
| cxx_compiler: | ||
| - clangxx | ||
| libprotobuf: | ||
| - '3.7' | ||
| lz4_c: | ||
| - 1.8.1 | ||
| cxx_compiler_version: | ||
| - '4' | ||
| macos_machine: | ||
| - x86_64-apple-darwin13.4.0 | ||
| macos_min_version: | ||
| - '10.9' | ||
| pin_run_as_build: | ||
| boost-cpp: | ||
| max_pin: x.x.x | ||
| libprotobuf: | ||
| max_pin: x.x | ||
| lz4-c: | ||
| max_pin: x.x.x | ||
| python: | ||
| min_pin: x.x | ||
| max_pin: x.x | ||
| snappy: | ||
| max_pin: x.x.x | ||
| zlib: | ||
| max_pin: x.x | ||
| zstd: | ||
| max_pin: x.x.x | ||
| python: | ||
| - '3.7' | ||
| snappy: | ||
| - 1.1.7 | ||
| zlib: | ||
| - '1.2' | ||
| zstd: | ||
| - 1.3.3 |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.