Skip to content

Commit

Permalink
Remove julia CI actions (HDFGroup#4540)
Browse files Browse the repository at this point in the history
These have been failing for a week or two for unclear reasons, both
in the Autotools and CMake. No obvious library changes triggered
this.

See GitHub issue HDFGroup#4539 for more info/discussion

The Julia tests will be disabled until the root cause is found.
  • Loading branch information
derobins authored and lrknox committed Jun 7, 2024
1 parent 736ccba commit 72b5f1d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 173 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ jobs:
with:
build_mode: "production"

call-release-auto-julia:
name: "Autotools Julia Workflows"
uses: ./.github/workflows/julia-auto.yml
with:
build_mode: "production"

call-release-auto-xpr:
name: "Autotools TestExpress Workflows"
uses: ./.github/workflows/testxpr-auto.yml
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ jobs:
with:
build_mode: "Release"

call-release-cmake-julia:
name: "CMake Julia Workflows"
uses: ./.github/workflows/julia-cmake.yml
with:
build_mode: "Release"

call-release-cmake-xpr:
name: "CMake TestExpress Workflows"
uses: ./.github/workflows/testxpr-cmake.yml
Expand Down
79 changes: 0 additions & 79 deletions .github/workflows/julia-auto.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/julia-cmake.yml

This file was deleted.

0 comments on commit 72b5f1d

Please sign in to comment.