Skip to content

Commit b7ebf03

Browse files
authored
Remove Julia CI source patch (#5030)
The H5Oexists issue has been fixed upstream
1 parent 192d630 commit b7ebf03

File tree

5 files changed

+11
-56
lines changed

5 files changed

+11
-56
lines changed

.github/workflows/autotools.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ jobs:
100100
name: "Autotools TestExpress Workflows"
101101
uses: ./.github/workflows/testxpr-auto.yml
102102

103-
# call-release-auto-julia:
104-
# name: "Autotools Julia Workflows"
105-
# uses: ./.github/workflows/julia-auto.yml
106-
# with:
107-
# build_mode: "production"
103+
call-release-auto-julia:
104+
name: "Autotools Julia Workflows"
105+
uses: ./.github/workflows/julia-auto.yml
106+
with:
107+
build_mode: "production"
108108

109109
# workflow-msys2-autotools:
110110
# name: "CMake msys2 Workflows"

.github/workflows/cmake.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
name: "CMake TestExpress Workflows"
110110
uses: ./.github/workflows/testxpr-cmake.yml
111111

112-
# call-release-cmake-julia:
113-
# name: "CMake Julia Workflows"
114-
# uses: ./.github/workflows/julia-cmake.yml
115-
# with:
116-
# build_mode: "Release"
112+
call-release-cmake-julia:
113+
name: "CMake Julia Workflows"
114+
uses: ./.github/workflows/julia-cmake.yml
115+
with:
116+
build_mode: "Release"
117117

118118
call-release-cmake-msys2:
119119
name: "CMake Msys2 Workflows"
120120
uses: ./.github/workflows/msys2-cmake.yml
121121
with:
122-
build_mode: "Release"
122+
build_mode: "Release"

.github/workflows/julia-auto.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ jobs:
1919
- name: Get HDF5 source
2020
uses: actions/[email protected]
2121

22-
# Checking out the Julia HDF5 wrappers will clobber the HDF5 checkout
23-
# NOTE: Remove this when the Julia wrappers have been patched
24-
- name: Save the Julia patch file
25-
shell: bash
26-
run: |
27-
mkdir "${{ runner.workspace }}/julia_patch"
28-
cp .github/workflows/julia_ci.patch "${{ runner.workspace }}/julia_patch"
29-
3022
- name: Install Dependencies
3123
shell: bash
3224
run: |
@@ -73,11 +65,6 @@ jobs:
7365
repository: JuliaIO/HDF5.jl
7466
path: .
7567

76-
# NOTE: Remove this when the Julia wrappers have been patched
77-
- name: Patch Julia CI
78-
run: |
79-
git apply "${{ runner.workspace }}/julia_patch/julia_ci.patch" -v
80-
8168
- name: Generate LocalPreferences
8269
run: |
8370
echo '[HDF5]' >> LocalPreferences.toml

.github/workflows/julia-cmake.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ jobs:
1919
- name: Get HDF5 source
2020
uses: actions/[email protected]
2121

22-
# Checking out the Julia HDF5 wrappers will clobber the HDF5 checkout
23-
# NOTE: Remove this when the Julia wrappers have been patched
24-
- name: Save the Julia patch file
25-
shell: bash
26-
run: |
27-
mkdir "${{ runner.workspace }}/julia_patch"
28-
cp .github/workflows/julia_ci.patch "${{ runner.workspace }}/julia_patch"
29-
3022
- name: Install Dependencies
3123
shell: bash
3224
run: |
@@ -76,11 +68,6 @@ jobs:
7668
repository: JuliaIO/HDF5.jl
7769
path: .
7870

79-
# NOTE: Remove this when the Julia wrappers have been patched
80-
- name: Patch Julia CI
81-
run: |
82-
git apply "${{ runner.workspace }}/julia_patch/julia_ci.patch" -v
83-
8471
- name: Generate LocalPreferences
8572
run: |
8673
echo '[HDF5]' >> LocalPreferences.toml

.github/workflows/julia_ci.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)