facebook / buck2

Build system, successor to Buck
https://buck2.build/
Apache License 2.0
3.59k stars 223 forks source link

Allow uppercase hashes #488

Open lukts30 opened 12 months ago

lukts30 commented 12 months ago

Buck2 http_archive and other rules currently reject uppercase hashes like these provided by Microsoft.

As a user I should not need to manually lowercase them.

Internal error: Invalid sha256 digest. Expected 83B19309FFCA499D739249C1FD3F89333B44792C1B9B338149B9C37BD2547196, got 83b19309ffca499d739249c1fd3f89333b44792c1b9b338149b9c37bd2547196. URL: https://aka.ms/windev_VM_hyperv
ndmitchell commented 11 months ago

Makes sense - I've written such a diff internally and will send it open source on Tuesday after the holiday.