mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
Disable Julia CI (#4999)
PR #4968 fixes a bug that causes the Julia CI to fail due to buggy HDF5 behavior. The Julia CI will need to be updated to properly test the fixed feature.
This commit is contained in:
parent
9a02511d0c
commit
63b1442127
10
.github/workflows/autotools.yml
vendored
10
.github/workflows/autotools.yml
vendored
@ -100,11 +100,11 @@ jobs:
|
||||
name: "Autotools TestExpress Workflows"
|
||||
uses: ./.github/workflows/testxpr-auto.yml
|
||||
|
||||
call-release-auto-julia:
|
||||
name: "Autotools Julia Workflows"
|
||||
uses: ./.github/workflows/julia-auto.yml
|
||||
with:
|
||||
build_mode: "production"
|
||||
# call-release-auto-julia:
|
||||
# name: "Autotools Julia Workflows"
|
||||
# uses: ./.github/workflows/julia-auto.yml
|
||||
# with:
|
||||
# build_mode: "production"
|
||||
|
||||
# workflow-msys2-autotools:
|
||||
# name: "CMake msys2 Workflows"
|
||||
|
10
.github/workflows/cmake.yml
vendored
10
.github/workflows/cmake.yml
vendored
@ -115,8 +115,8 @@ jobs:
|
||||
name: "CMake TestExpress Workflows"
|
||||
uses: ./.github/workflows/testxpr-cmake.yml
|
||||
|
||||
call-release-cmake-julia:
|
||||
name: "CMake Julia Workflows"
|
||||
uses: ./.github/workflows/julia-cmake.yml
|
||||
with:
|
||||
build_mode: "Release"
|
||||
# call-release-cmake-julia:
|
||||
# name: "CMake Julia Workflows"
|
||||
# uses: ./.github/workflows/julia-cmake.yml
|
||||
# with:
|
||||
# build_mode: "Release"
|
||||
|
Loading…
Reference in New Issue
Block a user