Skip to content
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

ENH CI setup and an example #2

Merged
merged 65 commits into from
Jul 16, 2020
Merged

ENH CI setup and an example #2

merged 65 commits into from
Jul 16, 2020

Conversation

beckermr
Copy link
Member

@beckermr beckermr commented Jul 10, 2020

This PR contains all of the initial code needed for the CDT builds.

Note that it won't actually upload anything yet as I have not put in the proper token on azure. Once we are confident the CDT recipes are correct, I will add the token.

cc @conda-forge/help-cdts @conda-forge/core

@beckermr beckermr changed the title ENH CI setup and mesa builds ENH CI setup and an example Jul 12, 2020
@beckermr beckermr marked this pull request as ready for review July 12, 2020 11:40
@beckermr
Copy link
Member Author

ok @conda-forge/core @conda-forge/help-cdts This PR is ready for review!

@beckermr
Copy link
Member Author

cc @mingwandroid

@mingwandroid
Copy link

Very nice!

rpm.py Outdated Show resolved Hide resolved
):
cdt_name = distro
bits = "32" if architecture in ("armv6", "armv7a", "i686", "i386") else "64"
base_architectures = dict({"i686": "i386"})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the significance of base_architectures? Would it make sense to add a comment above?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was in the upstream code, so IDK. Maybe @mingwandroid can comment?

@beckermr
Copy link
Member Author

beckermr commented Jul 13, 2020

Thanks for the comments @jakirkham! I made two issues for the ones I'd like to address later.

@beckermr
Copy link
Member Author

any more comments here @conda-forge/core ?

@beckermr beckermr merged commit 666112c into master Jul 16, 2020
@beckermr beckermr deleted the ci-template branch July 16, 2020 12:27
@jakirkham
Copy link
Member

Thanks Matt! 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants