File tree Expand file tree Collapse file tree 5 files changed +11
-56
lines changed Expand file tree Collapse file tree 5 files changed +11
-56
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1919 - name : Get HDF5 source
20202121
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 : |
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
Original file line number Diff line number Diff line change 1919 - name : Get HDF5 source
20202121
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 : |
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments