build: remove ENABLE_DEPRECATED (#8461)

This commit is contained in:
Yat Ho
2026-02-12 23:56:50 +08:00
committed by GitHub
parent cb158cba04
commit e3853d9750
4 changed files with 0 additions and 31 deletions

View File

@@ -959,7 +959,6 @@ jobs:
-DENABLE_TESTS=${{ (needs.what-to-make.outputs.make-tests == 'true') && 'ON' || 'OFF' }} \
-DENABLE_UTILS=${{ (needs.what-to-make.outputs.make-utils == 'true') && 'ON' || 'OFF' }} \
-DREBUILD_WEB=${{ (needs.what-to-make.outputs.make-web == 'true') && 'ON' || 'OFF' }} \
-DENABLE_DEPRECATED=ON \
-DENABLE_WERROR=OFF \
-DRUN_CLANG_TIDY=OFF \
-DUSE_SYSTEM_DEFAULT=ON \