We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85c439 commit b09087dCopy full SHA for b09087d
.github/workflows/root-ci-config/build_root.py
@@ -419,7 +419,7 @@ def build(options, buildtype):
419
if result != 0:
420
die(result, "Failed to create build directory")
421
422
- if not os.path.exists(os.path.join(WORKDIR, "build", "CMakeCache.txt")):
+ if True OR not os.path.exists(os.path.join(WORKDIR, "build", "CMakeCache.txt")):
423
cmake_configure(options, buildtype)
424
else:
425
cmake_dump_config()
0 commit comments