Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: don't run Windows SHA256 gitdaemon tests
  • Loading branch information
ethomson committed Oct 21, 2024
commit 0e08b58aede475f439cad34ca028ad73f924d0c8
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ jobs:
CMAKE_OPTIONS: -A x64 -DWIN32_LEAKCHECK=ON -DDEPRECATE_HARD=ON -DEXPERIMENTAL_SHA256=ON
SKIP_SSH_TESTS: true
SKIP_NEGOTIATE_TESTS: true
# TODO: this is a temporary removal
SKIP_GITDAEMON_TESTS: true
- name: "Linux (SHA256, Xenial, Clang, OpenSSL-FIPS)"
id: linux-sha256-fips
container:
Expand Down
Loading