Cisco-Talos / clamav

ClamAV - Documentation is here: https://docs.clamav.net
https://www.clamav.net/
GNU General Public License v2.0
4.43k stars 706 forks source link

CI: Fix recent CI failures #1307

Closed liushuyu closed 4 months ago

liushuyu commented 4 months ago

This pull request fixes the recent CI failures with clang-format, and Rust builds on Windows.

micahsnyder commented 4 months ago

Heh I also put in something like this, though your linker-flag-fig may be better https://github.com/Cisco-Talos/clamav/pull/1306

I also have a similar change for the clang-format workflow in https://github.com/Cisco-Talos/clamav/pull/1280/files

micahsnyder commented 4 months ago

Oh but thank you for working on this as well. I appreciate your time.

liushuyu commented 4 months ago

Heh I also put in something like this, though your linker-flag-fig may be better #1306

I also have a similar change for the clang-format workflow in https://github.com/Cisco-Talos/clamav/pull/1280/files

Ah sorry, I did not check through all the pull requests. Although I can update this pull requests to get other GitHub Actions updated (e.g. vcpkg stuff)

micahsnyder commented 4 months ago

Although I can update this pull requests to get other GitHub Actions updated (e.g. vcpkg stuff)

If you're up for it, it would be nice. Thankfully those aren't broken (yet) but it would always be nice if they were working with the latest versions.