]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Add knowledge about options related to react-native builds (#1567)
authorkzlar <120426485+kzlar@users.noreply.github.com>
Wed, 5 Mar 2025 17:37:04 +0000 (19:37 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Mar 2025 17:37:04 +0000 (18:37 +0100)
commit7bade456324afd450dcdc107b7dee9fe3324c660
tree92e7b56f08a02329a82f90fdd038560338441b67
parentbef6d498a8c8c30fcc8eb1003140933369d3d104
feat: Add knowledge about options related to react-native builds (#1567)

- Add compopt entries for -ivfsoverlay, -fmodules-cache-path, -fmodule-map-file and -fbuild-session-file
- Add hashing of build session file mtime unless sloppiness flag is set
- Add unit tests for the flags above as well as an e2e test for -fbuild-session-file
src/ccache/argprocessing.cpp
src/ccache/argsinfo.hpp
src/ccache/ccache.cpp
src/ccache/compopt.cpp
test/suites/basedir.bash
unittest/test_argprocessing.cpp