swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.6k stars 10.37k forks source link

[test] Generate Lit Swift features file once during CMake generation #77658

Open drodriguez opened 22 hours ago

drodriguez commented 22 hours ago

Some people are reporting problems with the features file being missing during testing. Try executing the same process that will regenerate the files when dependencies change during CMake generation, so the file is there after the project is configured.

(Maybe) Fixes #77642

drodriguez commented 22 hours ago

@swift-ci please test