We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5131f26 commit e11a111Copy full SHA for e11a111
1 file changed
relenv/build/windows.py
@@ -265,7 +265,6 @@ def update_expat(dirs: Dirs, env: EnvMapping) -> None:
265
for target_file in updated_files:
266
os.utime(target_file, (now, now))
267
268
- # Update SBOM with correct checksums for updated expat files
269
# Map SBOM file names to actual file paths
270
files_to_update = {}
271
0 commit comments