-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from hadim/pinjava
Pin Java version + add support for Java 9, 10, 11
- Loading branch information
Showing
48 changed files
with
1,191 additions
and
26 deletions.
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
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilergcccxx_compilergxxopenjdk10python3.6.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '0' | ||
c_compiler: | ||
- gcc | ||
channel_sources: | ||
- conda-forge/label/gcc7,defaults | ||
channel_targets: | ||
- conda-forge gcc7 | ||
cxx_compiler: | ||
- gxx | ||
docker_image: | ||
- condaforge/linux-anvil-comp7 | ||
openjdk: | ||
- '10' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.6' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilergcccxx_compilergxxopenjdk10python3.7.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '0' | ||
c_compiler: | ||
- gcc | ||
channel_sources: | ||
- conda-forge/label/gcc7,defaults | ||
channel_targets: | ||
- conda-forge gcc7 | ||
cxx_compiler: | ||
- gxx | ||
docker_image: | ||
- condaforge/linux-anvil-comp7 | ||
openjdk: | ||
- '10' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.7' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilergcccxx_compilergxxopenjdk11python3.6.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '0' | ||
c_compiler: | ||
- gcc | ||
channel_sources: | ||
- conda-forge/label/gcc7,defaults | ||
channel_targets: | ||
- conda-forge gcc7 | ||
cxx_compiler: | ||
- gxx | ||
docker_image: | ||
- condaforge/linux-anvil-comp7 | ||
openjdk: | ||
- '11' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.6' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilergcccxx_compilergxxopenjdk11python3.7.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '0' | ||
c_compiler: | ||
- gcc | ||
channel_sources: | ||
- conda-forge/label/gcc7,defaults | ||
channel_targets: | ||
- conda-forge gcc7 | ||
cxx_compiler: | ||
- gxx | ||
docker_image: | ||
- condaforge/linux-anvil-comp7 | ||
openjdk: | ||
- '11' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.7' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
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
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilergcccxx_compilergxxopenjdk9python3.6.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '0' | ||
c_compiler: | ||
- gcc | ||
channel_sources: | ||
- conda-forge/label/gcc7,defaults | ||
channel_targets: | ||
- conda-forge gcc7 | ||
cxx_compiler: | ||
- gxx | ||
docker_image: | ||
- condaforge/linux-anvil-comp7 | ||
openjdk: | ||
- '9' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.6' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilergcccxx_compilergxxopenjdk9python3.7.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '0' | ||
c_compiler: | ||
- gcc | ||
channel_sources: | ||
- conda-forge/label/gcc7,defaults | ||
channel_targets: | ||
- conda-forge gcc7 | ||
cxx_compiler: | ||
- gxx | ||
docker_image: | ||
- condaforge/linux-anvil-comp7 | ||
openjdk: | ||
- '9' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.7' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilertoolchain_ccxx_compilertoolchain_cxxopenjdk10python3.6.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '1000' | ||
c_compiler: | ||
- toolchain_c | ||
channel_sources: | ||
- conda-forge,defaults | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- toolchain_cxx | ||
docker_image: | ||
- condaforge/linux-anvil | ||
openjdk: | ||
- '10' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.6' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilertoolchain_ccxx_compilertoolchain_cxxopenjdk10python3.7.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '1000' | ||
c_compiler: | ||
- toolchain_c | ||
channel_sources: | ||
- conda-forge,defaults | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- toolchain_cxx | ||
docker_image: | ||
- condaforge/linux-anvil | ||
openjdk: | ||
- '10' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.7' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilertoolchain_ccxx_compilertoolchain_cxxopenjdk11python3.6.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '1000' | ||
c_compiler: | ||
- toolchain_c | ||
channel_sources: | ||
- conda-forge,defaults | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- toolchain_cxx | ||
docker_image: | ||
- condaforge/linux-anvil | ||
openjdk: | ||
- '11' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.6' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
29 changes: 29 additions & 0 deletions
29
.ci_support/linux_c_compilertoolchain_ccxx_compilertoolchain_cxxopenjdk11python3.7.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
build_number_decrement: | ||
- '1000' | ||
c_compiler: | ||
- toolchain_c | ||
channel_sources: | ||
- conda-forge,defaults | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- toolchain_cxx | ||
docker_image: | ||
- condaforge/linux-anvil | ||
openjdk: | ||
- '11' | ||
pin_run_as_build: | ||
openjdk: | ||
max_pin: x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.7' | ||
zip_keys: | ||
- - c_compiler | ||
- cxx_compiler | ||
- channel_sources | ||
- channel_targets | ||
- docker_image | ||
- build_number_decrement |
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
Oops, something went wrong.
680b7f4
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.
Hi! This is the friendly automated conda-forge-webservice.
I updated the Github team because of this commit.
You should get push access to this feedstock and CI services.
Feel free to join the community chat room.
NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here