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

Windows CI testing and spelling fixes #150

Merged
merged 8 commits into from
Jan 8, 2025
Merged

Conversation

brtnfld
Copy link
Collaborator

@brtnfld brtnfld commented Jan 8, 2025

  • Reworked the strndup function used for Windows testing.
    • Reran the action multiple times, and it has never failed the Windows tests, thus far.
  • Added a spell checker and fix some spelling errors
  • Updated the Windows HDF5 CI version to 1.14.5

name: codespell
on: [push, pull_request]
jobs:
codespell:
Copy link
Member

Choose a reason for hiding this comment

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

Nice! 💪

@@ -107,10 +107,9 @@ jobs:
- name: download HDF5 for Windows
run: |
wget --quiet \
https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_1/downloads/hdf5-1.14.1-2-Std-win10_64-vs17-clang.zip
unzip hdf5-1.14.1-2-Std-win10_64-vs17-clang.zip
https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/hdf5-1.14.5-win-vs2022_cl.msi
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for updating to current. I had to go find a 1.14 release that was compatible enough with existing logic here that I didn't have to change much because I don't follow the Windows command line logic too well.

@markcmiller86
Copy link
Member

@brtnfld should we remove the retry logic from the workflow?

@brtnfld
Copy link
Collaborator Author

brtnfld commented Jan 8, 2025

@brtnfld should we remove the retry logic from the workflow?

Good point, done.

@markcmiller86 markcmiller86 merged commit 440fc30 into LLNL:master Jan 8, 2025
4 checks passed
@markcmiller86
Copy link
Member

@brtnfld and @lindstro I have elevated both your privs in this repo to admin.

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

Successfully merging this pull request may close these issues.

2 participants