[libc++][CI] Enable modules in no TZDB build. (#75704)

This is one of the few build where we didn't test modules.
This commit is contained in:
Mark de Wever 2023-12-18 16:27:13 +01:00 committed by GitHub
parent e60167927b
commit 27767959a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,2 @@
set(LIBCXX_ENABLE_STD_MODULES ON CACHE BOOL "") # TODO MODULES Remove when enabled automatically.
set(LIBCXX_ENABLE_TIME_ZONE_DATABASE OFF CACHE BOOL "")