Commit Graph

2766 Commits

Author SHA1 Message Date
Sebastian Meßmer 8ac8263bf7
Update ChangeLog.txt 2021-04-25 22:47:28 -07:00
Sebastian Messmer 5cf5816675 Disable LTO because crypto++ has problems with it 2021-04-25 17:19:50 -07:00
Sebastian Messmer 46ada21a30 Update to CryptoPP 8.5.0. This should make it work with Apple M1 2021-04-25 17:19:49 -07:00
Sebastian Meßmer fd72b8c7ab
Fix description 2021-04-25 13:20:05 -07:00
Sebastian Meßmer c90909013e
Don't fail a CI run if the cache download fails 2021-04-25 13:01:43 -07:00
Sebastian Meßmer 5c28675ec0
Allow PRs to read the cache (#384) 2021-04-25 12:46:56 -07:00
midchildan c705031d0f
Add instructions for Nix (#383) 2021-04-25 12:27:47 -07:00
Sebastian Messmer 68a4c5646a Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
Sebastian Messmer f4945fcfbe Update to clang-tidy 11 2021-04-21 01:15:27 -07:00
Sebastian Messmer 5ad959ee36 Update googletest 2021-04-21 01:15:27 -07:00
Sebastian Messmer a57cd0eae8 Actually upload clang-tidy fixes when clang-tidy fails 2021-04-21 01:15:27 -07:00
Sebastian Messmer 4be8a48c03 Remove CircleCI now that everything is ported to Github Actions 2021-04-19 15:38:13 -07:00
Sebastian Messmer dc85fae237 Add clang-tidy to Github Actions 2021-04-19 14:22:18 -07:00
Sebastian Messmer 76dd104293 Fix hashflags and show error when hashflags fail 2021-04-19 13:35:04 -07:00
Sebastian Messmer b4328a0d74 Fix setting of ASAN_OPTIONS, UBSAN_OPTIONS, OMP_NUM_THREADS environment variables so they're only set if the job needs them 2021-04-19 10:56:17 -07:00
Sebastian Messmer 18b7cc63ec Add Sanitizers to Github Actions 2021-04-19 04:35:43 -07:00
Sebastian Messmer a51a6f88eb Merge branch 'feature/clangdebug' into develop 2021-04-19 00:32:57 -07:00
Sebastian Messmer f0220cb1f4 Add some debug defines for libc++ 2021-04-18 18:51:37 -07:00
Sebastian Messmer bdc3f7c6ce Display CI job name if specified 2021-04-18 18:32:55 -07:00
Sebastian Messmer a5f279174a Merge branch 'feature/random' into develop 2021-04-18 18:27:15 -07:00
Sebastian Messmer b5bc602983 Add -Werror builds and a build with CRYFS_NO_COMPATIBILITY 2021-04-18 18:19:53 -07:00
Sebastian Messmer c6bd069516 Add builds with local dependencies to Github Actions 2021-04-18 18:19:50 -07:00
Sebastian Messmer 4498352f4f On CI: Use /dev/urandom when /dev/random is accessed to use less entropy 2021-04-18 15:33:24 -07:00
Sebastian Messmer f05c5cefa9 Increase ccache hit rate by introducing sloppiness 2021-04-18 12:38:37 -07:00
Sebastian Messmer 3343156668 Update conan.cmake to v0.16.1 2021-04-18 10:48:20 -07:00
Sebastian Meßmer 3ee0a8af7c
Remove unnecessary version check 2021-04-18 10:08:03 -07:00
Sebastian Messmer e93c89a05c Mention boost update in ChangeLog 2021-04-18 00:51:15 -07:00
Sebastian Messmer f52009c014 Add note why gcc 10 doesn't work 2021-04-18 00:50:42 -07:00
Sebastian Messmer 42169308b3 Update boost 2021-04-18 00:49:26 -07:00
Sebastian Messmer 25ccafda9e CMake checks for correct minimal compiler versions 2021-04-18 00:48:18 -07:00
Sebastian Messmer bc3febcde6 Remove unnecessary repositories from CI 2021-04-18 00:47:44 -07:00
Sebastian Meßmer ad0a851002
Mention our homebrew tap to install on osx 2021-04-18 00:21:08 -07:00
Sebastian Meßmer f0b746b03d
Update README.md 2021-04-17 23:59:36 -07:00
Sebastian Meßmer 0856d3ed9f
Update conanfile.py 2021-04-17 23:07:16 -07:00
Sebastian Messmer 8898f32e20 Add Ubuntu 18.04 to CI 2021-04-17 19:45:30 -07:00
Sebastian Meßmer 0344b90707
Update main.yaml 2021-04-17 18:05:10 -07:00
Sebastian Meßmer ce23640f46
Show ccache size after evicting 2021-04-17 16:13:35 -07:00
Sebastian Messmer 1cb2f90fd6 Use caches on S3 instead of Github actions/cache, because the latter has a limit of 5GB 2021-04-17 15:57:32 -07:00
Sebastian Messmer db1cc7af8a Add Linux CI to GitHub Actions 2021-04-17 09:31:10 -07:00
Sebastian Meßmer ff53d5bc7b
Be more clear about which osx versions are supported by the MacPorts distribution 2021-04-13 10:33:39 -07:00
Sebastian Meßmer 7640b630d0
Revert install instructions to osxfuse since the current homebrew build still uses osxfuse 2021-04-13 00:51:01 -07:00
Sebastian Meßmer 867c2c2c5e
Add macfuse to dependencies 2021-04-13 00:48:56 -07:00
Sebastian Meßmer bab5eb26a6
Update README.md 2021-04-13 00:48:00 -07:00
Sebastian Meßmer dc65e842da
Update ChangeLog.txt 2021-04-13 00:47:42 -07:00
midchildan fe1b0f10d3
Support the latest FUSE on macOS (#378)
* feat: support latest FUSE on macOS

This drops osxfuse support in favor of macFUSE. macFUSE is a newer
version of osxfuse that supports the latest release of macOS, and is a
rebranded version of the same project.

* build: use pkg-config to find FUSE

Co-authored-by: Sebastian Messmer <smessmer@users.noreply.github.com>
2021-04-13 00:45:47 -07:00
Sebastian Meßmer f62c29662d
Update main.yaml 2021-04-11 19:45:56 -07:00
Sebastian Meßmer f44d35681f
Update action.yaml 2021-04-11 19:45:22 -07:00
Raymond Berger 7eb47cbaf0
update brew install command (#381) 2021-04-11 02:01:19 -07:00
Sebastian Messmer 31159d5af9 Add Clang builds to osx CI 2021-04-09 01:03:43 -07:00
Sebastian Messmer 7e4c4b2122 Switch osx CI from Travis CI to Github Actions 2021-04-09 00:54:28 -07:00