]> git.ipfire.org Git - thirdparty/ccache.git/history - .github/workflows/build.yaml
build: Find CppHttplib named libhttplib.so as well (#1465)
[thirdparty/ccache.git] / .github / workflows / build.yaml
2024-05-29  Joel Rosdahlci: Disable Ubuntu 24.04 builds temporarily
2024-05-17  Joel Rosdahlci: Add GCC 14 build
2024-05-17  Joel Rosdahlci: Use ubuntu-24.04 for GCC 13
2024-04-27  Joel Rosdahlci: Improve MSYS2 job names
2024-04-27  Joel Rosdahlbuild: Improve handling of dependencies (#1429)
2024-04-27  Joel Rosdahlbuild: Avoid bundling xxhash
2024-04-27  Joel Rosdahlbuild: Avoid bundling fmt
2024-04-27  Joel Rosdahlbuild: Avoid bundling doctest
2024-04-27  Joel Rosdahlbuild: Improve handling of hiredis and zstd dependencies
2024-04-22  Raihaan Shouhellci: Add Windows arm64 build (#1433)
2024-04-15  Raihaan Shouhellci: Update macOS images used (#1432)
2024-03-24  Joel Rosdahlci: Sort package list
2024-03-24  Joel Rosdahlchore: Fix grammar
2024-03-16  Joel Rosdahlci: Add CMake toolchain files for cross-compiling to...
2024-03-09  Joel Rosdahlchore: Remove internal tracing framework
2024-02-11  Raihaan Shouhellci: Add new compilers and update actions (#1402)
2023-12-30  Joel Rosdahlci: Add typos job
2023-12-30  Joel Rosdahlci: Bump to codespell 2.2.6
2023-11-26  Viktor Szépeci: Remove matrix.config from build.yaml (#1360)
2023-11-26  Viktor Szépeci: Split dependency installation step into two (#1359)
2023-10-16  Joel Rosdahlfix: Let DirEntry::size_on_disk return likely size...
2023-08-05  Joel Rosdahlci: Time out jobs after 30 minutes
2023-06-06  Joel RosdahlMerge pull request #1290 from rkitover/cmake-fixes
2023-06-06  Rafael Kitoverchore: Re-enable 64 bit msbuild ci jobs
2023-04-17  Joel Rosdahlci: Disable Windows 64-bit MSBuild jobs for now
2023-03-11  Joel Rosdahlchore: Add typos configuration
2023-01-30  Joel Rosdahlci: Upgrade to Node 16-based actions
2023-01-29  Joel Rosdahlfeat: Allow forcing download of zstd and hiredis again
2023-01-27  Raihaan Shouhellci: Build macOS universal binary (#1240)
2022-12-26  Raihaan Shouhellci: Test more compilers (#1234)
2022-10-22  Joel Rosdahlci: Avoid using deprecated GitHub set-output command
2022-10-22  Joel Rosdahlci: Add GCC 8 and GCC 9 jobs
2022-10-16  Orgad Shanehci: Remove Ubuntu 18.04 jobs and add GCC 12 job (#1180)
2022-10-15  Orgad Shanehci: Remove clang64 msys target from ci (#1179)
2022-10-12  Orgad Shanehtest: Make the integration tests work under Windows...
2022-09-21  Joel Rosdahlrefactor: Use memory buffers instead of streams for...
2022-09-13  Varun Sharmaci: Add minimum GitHub token permissions for workflows...
2022-07-22  Joel Rosdahlci: Bump to macOS 11
2022-07-18  Rafael Kitoverci: Add VS2022 and MSBuild to Windows CI runners (...
2022-06-08  Joel Rosdahlci: Bump Clang-Tidy job to Clang-Tidy 12
2022-06-08  Joel Rosdahlci: Use Ubuntu 20.04 for standard jobs
2022-06-08  Joel Rosdahlci: Remove unsupported platforms
2022-06-08  Joel Rosdahlci: Bump CUDA job to Ubuntu 20.04
2022-06-06  Joel Rosdahlci: Add GCC 11 build on Ubuntu 22.04
2022-05-23  Joel Rosdahlbuild: Require C++17 compiler and CMake 3.15
2021-11-06  Joel Rosdahlci: Add job for testing Clang 12
2021-09-27  Joel Rosdahlci: Pin macOS to 10.15
2021-08-29  Joel RosdahlMerge pull request #918 from gjasny/ipo
2021-08-29  Gregor Jasnyfeat(cmake): Use the matching lld for clang
2021-08-05  Joel Rosdahlci: Use latest codespell
2021-07-26  Joel RosdahlUse Asciidoctor instead of Asciidoc to render documentation
2021-07-25  Joel RosdahlAdd Redis support for Windows
2021-07-25  Joel RosdahlAdd support for downloading hiredis from Internet
2021-07-24  Joel RosdahlDrop support for compiling ccache with buggy GCC 5
2021-07-10  Joel Rosdahlci: Extract common package list to a variable
2021-07-10  Anders BjörklundAdd optional Redis secondary storage backend (#875)
2021-07-08  Joel RosdahlMerge pull request #676 from gjasny/httpcache-backend
2021-07-07  Gregor JasnyAdd secondary HTTP storage 676/head
2021-06-19  Joel RosdahlRequire C++14-compatible compiler to build ccache
2021-06-15  Joel RosdahlTest Clang 11 in CI
2021-06-15  Joel RosdahlRemove Ubuntu 16.04 from CI
2021-05-08  Joel RosdahlRevert "ci: Fix build on Ubuntu 16.04"
2021-04-28  Joel Rosdahlci: Fix build on Ubuntu 16.04
2021-04-05  Joel RosdahlMerge pull request #832 from nickhutchinson/win-stat...
2021-04-04  Nicholas HutchinsonFix clang-tidy job
2021-03-05  Joel Rosdahlci: Fix build on Ubuntu 18.04
2021-01-25  Nicholas HutchinsonCI: Skip homebrew update/cleanup on macOS (#790)
2021-01-25  Nicholas Hutchinsontests: Improve COFF object file comparison (#789)
2021-01-25  Alexander LaninFix fast linker selection for old GCC versions (#788)
2021-01-10  Alexander LaninCI: Fix testdir upload file name in case of failed...
2021-01-06  Joel RosdahlTweak build.yaml
2021-01-06  Nicholas HutchinsonCI: Add VS2019 build jobs (#757)
2020-12-25  Nicholas HutchinsonGitHub: Ensure apt update is run for all Linux jobs
2020-12-01  Joel RosdahlEnable Clang 5.0 tests again
2020-11-29  Orgad ShanehMinGW: Default to static linking (#732)
2020-11-29  Orgad ShanehGitHub: Call apt-get update before install (#733)
2020-11-10  Joel RosdahlBump to Xcode 11.7
2020-11-04  Joel RosdahlAdd docbook-{xml,xsl} packages to Ubuntu environments
2020-10-30  Orgad ShanehMinGW: Fix static linkage with libgcc and libstdc+...
2020-10-26  Alexander LaninCI: List all configurations explicitly (#690)
2020-10-23  Joel RosdahlDetect errors in log strings at compile time
2020-10-15  Joel RosdahlRemove apparently unnecessary ::add-path command
2020-10-15  Joel RosdahlUse $GITHUB_PATH to set PATH from install-cuda
2020-10-15  Joel RosdahlRun cross-compiled 64-bit MinGW unit tests in Wine
2020-10-14  Joel RosdahlAdd codespell build job
2020-10-05  Joel RosdahlAdd CI build with GCC 4.8.5
2020-10-01  Joel RosdahlSimplify source package generation
2020-09-28  Joel RosdahlUse ubuntu-18.04 instead of ubuntu-20.04 for Clang...
2020-09-27  Joel RosdahlImprove CMake targets related to documentation
2020-08-31  Alexander LaninMerge address and UB sanitizer (#647)
2020-08-31  Joel RosdahlUse GCC for building packages
2020-08-31  Joel RosdahlUse Ninja when building source and binary packages
2020-08-28  Joel RosdahlTreat Clang-Format discrepancies as errors
2020-08-25  Joel Rosdahlbuild.yaml: Improve naming of build jobs
2020-08-25  Joel Rosdahlbuild.yaml: Collect testdir from either build or .
2020-08-24  Joel Rosdahlbuild.yaml: Use build type CI by default
2020-08-23  Joel RosdahlRemove Travis build and related scripts
2020-08-23  Joel Rosdahlbuild.yaml: Consistently use extra indentation level...
2020-08-23  Joel Rosdahlbuild.yaml: Add Clang-Format step
2020-08-22  Joel Rosdahlbuild.yaml: Pass EXTRA_CMAKE_BUILD_FLAGS to “Build...
next