We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d83e9b commit 2fc9c26Copy full SHA for 2fc9c26
1 file changed
configure.py
@@ -2951,3 +2951,5 @@ def make_bin_override():
2951
os.path.isfile('./compile_commands.json') and os.unlink('./compile_commands.json')
2952
shutil.copy2('./out/' + config['BUILDTYPE'] + '/compile_commands.json', './compile_commands.json')
2953
info('configure completed successfully')
2954
+
2955
+# Small change to invalidate V8.nix cache
0 commit comments