Update submodules to version 33.0.3#100
Conversation
Changes: * Add install path in CI. * Update patch in patches/native. * Add upstream patch in patches/core. * Define HAVE_REALLOCARRAY macro for libsepol in Linux.
|
Thanks a lot, should probably also add a sanity check to the build system or the CI to make sure that this doesn't happen again in the future. |
Is there any way do that? I have thought about some ways but there is always a catch. Thoughts
|
|
Someone suggested a link with dependabot with git submodules option https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem. I shall read the documentation and let you know. Another idea is to remove the git submodule entirely and use a file with all submodules' SHA and a python script like this https://github.com/google/shaderc/blob/main/DEPS |
Maybe I am missing something here, but I think we can just use CMake to check that the current commit matches the tip of android-tools/vendor/CMakeLists.txt Lines 49 to 60 in c6410c0 |
Changes: