forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Julia CI source patch (HDFGroup#5030)
The H5Oexists issue has been fixed upstream
- Loading branch information
Showing
5 changed files
with
11 additions
and
56 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,14 +19,6 @@ jobs: | |
- name: Get HDF5 source | ||
uses: actions/[email protected] | ||
|
||
# Checking out the Julia HDF5 wrappers will clobber the HDF5 checkout | ||
# NOTE: Remove this when the Julia wrappers have been patched | ||
- name: Save the Julia patch file | ||
shell: bash | ||
run: | | ||
mkdir "${{ runner.workspace }}/julia_patch" | ||
cp .github/workflows/julia_ci.patch "${{ runner.workspace }}/julia_patch" | ||
- name: Install Dependencies | ||
shell: bash | ||
run: | | ||
|
@@ -73,11 +65,6 @@ jobs: | |
repository: JuliaIO/HDF5.jl | ||
path: . | ||
|
||
# NOTE: Remove this when the Julia wrappers have been patched | ||
- name: Patch Julia CI | ||
run: | | ||
git apply "${{ runner.workspace }}/julia_patch/julia_ci.patch" -v | ||
- name: Generate LocalPreferences | ||
run: | | ||
echo '[HDF5]' >> LocalPreferences.toml | ||
|
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 |
---|---|---|
|
@@ -19,14 +19,6 @@ jobs: | |
- name: Get HDF5 source | ||
uses: actions/[email protected] | ||
|
||
# Checking out the Julia HDF5 wrappers will clobber the HDF5 checkout | ||
# NOTE: Remove this when the Julia wrappers have been patched | ||
- name: Save the Julia patch file | ||
shell: bash | ||
run: | | ||
mkdir "${{ runner.workspace }}/julia_patch" | ||
cp .github/workflows/julia_ci.patch "${{ runner.workspace }}/julia_patch" | ||
- name: Install Dependencies | ||
shell: bash | ||
run: | | ||
|
@@ -76,11 +68,6 @@ jobs: | |
repository: JuliaIO/HDF5.jl | ||
path: . | ||
|
||
# NOTE: Remove this when the Julia wrappers have been patched | ||
- name: Patch Julia CI | ||
run: | | ||
git apply "${{ runner.workspace }}/julia_patch/julia_ci.patch" -v | ||
- name: Generate LocalPreferences | ||
run: | | ||
echo '[HDF5]' >> LocalPreferences.toml | ||
|
This file was deleted.
Oops, something went wrong.