Closed
Bug 1397457
Opened 7 years ago
Closed 7 years ago
Update mach to download clang-format 5.0
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 2 open bugs)
Details
Attachments
(5 files)
We now need version 5.0 as version 4.0 doesn't have the option SplitEmptyFunction causing:
YAML:18:23: error: unknown key 'SplitEmptyFunction'
SplitEmptyFunction: false
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 1•7 years ago
|
||
Built with 5.0 stable release (should be released in the next few days) using:
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../ && make clang-format
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Andi, could you please build Windows & Mac for me please? merci :)
Sources:
http://http.debian.net/debian/pool/main/l/llvm-toolchain-5.0/llvm-toolchain-5.0_5.0.orig.tar.bz2
http://http.debian.net/debian/pool/main/l/llvm-toolchain-5.0/llvm-toolchain-5.0_5.0.orig-clang.tar.bz2
Thanks
Flags: needinfo?(bpostelnicu)
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #3)
> Andi, could you please build Windows & Mac for me please? merci :)
> Sources:
> http://http.debian.net/debian/pool/main/l/llvm-toolchain-5.0/llvm-toolchain-
> 5.0_5.0.orig.tar.bz2
> http://http.debian.net/debian/pool/main/l/llvm-toolchain-5.0/llvm-toolchain-
> 5.0_5.0.orig-clang.tar.bz2
> Thanks
Sure i can build the Mac version, asap, the Win version it will take a little bit.
Flags: needinfo?(bpostelnicu)
Comment 6•7 years ago
|
||
This is the macOS version built with release options.
Comment 7•7 years ago
|
||
Release version for Windows, the binary is 32bit to keep consistency across different windows architectures.
Assignee | ||
Comment 8•7 years ago
|
||
Thanks. Note for the future me:
python tooltool.py add --visibility public /tmp/clang-format /tmp/clang-format.exe
python ~/dev/mozilla/build-tooltool/tooltool.py upload "file" --authentication-file=.tooltool-token-clang-5.0 --message "Bug 1397457 - Update mach to download clang-format 5.0"
Comment hidden (mozreview-request) |
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8905274 [details]
Bug 1397457 - Update mach to download clang-format 5.0
https://reviewboard.mozilla.org/r/177076/#review182696
Attachment #8905274 -
Flags: review?(bpostelnicu) → review+
Comment 11•7 years ago
|
||
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f7364d8ab9d4
Update mach to download clang-format 5.0 r=andi
Comment 12•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sledru
Comment 13•7 years ago
|
||
Is this comment still relevant?
# This is a temporary work around until clang 5.0 has been released with our changes.
Assignee | ||
Comment 14•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/13bf76b84d857d5c149d7081490c8e0cfbfe8fc7
Bug 1397457 - Update mach to download clang-format 5.0 - Remove the deprecated comment r=trivial DONTBUILD
Assignee | ||
Comment 15•7 years ago
|
||
Indeed, thanks!
Comment 16•7 years ago
|
||
bugherder |
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•