Source tarballs don't contain files necessary to build
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
People
(Reporter: andrewSC, Unassigned)
Details
Attachments
(1 file)
99.40 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
Attempted to build Firefox 75.0b1 and 75.0b2 from the source tarball available at https://archive.mozilla.org/pub/firefox/releases/$version/source
Actual results:
1:24.60 error: failed to calculate checksum of: /build/firefox-developer-edition/src/firefox-75.0/third_party/rust/packed_simd/perf-gui
de/.gitignore
1:24.60 Caused by: 1:24.60 No such file or directory (os error 2)
1:24.61 make[4]: *** [/build/firefox-developer-edition/src/firefox-75.0/config/makefiles/rust.mk:287: force-cargo-library-build] Error
101
1:24.61 make[3]: *** [/build/firefox-developer-edition/src/firefox-75.0/config/recurse.mk:74: toolkit/library/rust/target] Error 2 1:24.61 make[3]: *** Waiting for unfinished jobs....
Expected results:
The build shouldn't have failed because .git and/or .gitignore folder(s)/file(s) were excluded from the release tarball. Please see build log attached for the 75.0b2 attempt. As mentioned in the #build matrix channel on 3/10/20, the following commit may be relevant https://phabricator.services.mozilla.com/D65906. I suspect the reason the build is still trying to compute checksums for .gitignores, etc. is because the checksum is still being referenced/contained in the .cargo-checksum.json files? See: https://hg.mozilla.org/mozilla-unified/raw-file/tip/third_party/rust/packed_simd/.cargo-checksum.json as an example
Updated•5 years ago
|
Updated•5 years ago
|
Description
•