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

Add the CI steps for building the third_party/NCEPLIBSbufr wheel #407

Open
randytpierce opened this issue Aug 5, 2024 · 3 comments
Open
Assignees
Labels
Stale task Tasks break a project down into discrete steps VXingest issues related to the VXingest project

Comments

@randytpierce
Copy link
Contributor

We need to add CI steps for building the third_party/NCEPLIBSbufr wheel which is a dependency for the prepbufr.
Here are some notes from Ian about getting the python-3.12 working in CI...
As to getting an arbitrary Python version in GitHub actions, it's pretty straightforward. We'd make a new CI definition file, set it up to only run for changes to ./third_party/NCEPLIBS-bufr, and then add something like this to get the desired Python:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Some build step"
- run: cmake/make/build.sh/etc...

@randytpierce randytpierce added VXingest issues related to the VXingest project task Tasks break a project down into discrete steps labels Aug 5, 2024
@randytpierce randytpierce self-assigned this Aug 5, 2024
@mollybsmith-noaa
Copy link
Collaborator

This is done.

@mollybsmith-noaa
Copy link
Collaborator

Apparently not actually done.

Copy link

github-actions bot commented Nov 6, 2024

This issue is stale because it has been open 90 days with no activity.

@github-actions github-actions bot added the Stale label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale task Tasks break a project down into discrete steps VXingest issues related to the VXingest project
Projects
None yet
Development

No branches or pull requests

2 participants