Skip to content

Commit 3da92e3

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Update blake3 from 1.5.2 to 1.5.5
Summary: This updated was attempted in February in D68684463 and reverted in D69241207 due to duplicate symbol issues between these two archives: - third-party-buck/platform010/build/llvm-fb/15/__LLVMSupport__/__stripped__/lib/libLLVMSupport_pic.a - third-party/rust/__blake3-1.5.5-unix_x86_64__/libblake3-1.5.5-unix_x86_64.stripped.pic.a But I tested all the repro commands from the test plan of D69241207, and I tried other repro commands from the failed jobs linked under T214528654 such as https://www.internalfb.com/intern/test/844425077796846 (https://www.internalfb.com/intern/testinfra/diagnostics/17169973647165327.844425077796846.1739069000/), and none of them reproduce a duplicate symbol any more. So at least if this update gets reverted again, we will have new some new repro commands to work with. Reviewed By: diliop Differential Revision: D73682867 fbshipit-source-id: 906d9ff2dc289c6cc30285eabef4c85eb862da6b
1 parent 03a00a1 commit 3da92e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrefly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ anyhow = "1.0.95"
2121
append-only-vec = "0.1.2"
2222
argfile = "0.1.6"
2323
async-trait = "0.1.86"
24-
blake3 = { version = "=1.5.2", features = ["mmap", "rayon", "traits-preview"] }
24+
blake3 = { version = "=1.5.5", features = ["mmap", "rayon", "traits-preview"] }
2525
clap = { version = "4.5.30", features = ["derive", "env", "string", "unicode", "wrap_help"] }
2626
const-str = "0.4.3"
2727
convert_case = "0.6"

0 commit comments

Comments
 (0)