| ... | @@ -3528,6 +3528,7 @@ pub fn astGenFile(mod: *Module, file: *File) !void { | ... | @@ -3528,6 +3528,7 @@ pub fn astGenFile(mod: *Module, file: *File) !void { |
| 3528 | const digest = hash: { | 3528 | const digest = hash: { |
| 3529 | var path_hash: Cache.HashHelper = .{}; | 3529 | var path_hash: Cache.HashHelper = .{}; |
| 3530 | path_hash.addBytes(build_options.version); | 3530 | path_hash.addBytes(build_options.version); |
| | 3531 | path_hash.add(builtin.zig_backend); |
| 3531 | if (!want_local_cache) { | 3532 | if (!want_local_cache) { |
| 3532 | path_hash.addOptionalBytes(file.pkg.root_src_directory.path); | 3533 | path_hash.addOptionalBytes(file.pkg.root_src_directory.path); |
| 3533 | } | 3534 | } |