Closed
Bug 1766907
Opened 3 years ago
Closed 3 years ago
Update mercurial in clang-format docker image
Categories
(NSS :: Test, enhancement, P5)
NSS
Test
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jschanck, Assigned: jschanck)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
The clang-format docker image has mercurial 4.5.3. If you clone nss using hg >= 5.0 and run ./mach clang-format
, you get:
abort: repository requires features unknown to this Mercurial: revlog-compression-zstd sparserevlog!
We could fix this by bumping the docker image to a newer version of ubuntu. But it looks like we might be blocked from upgrading clang-format itself (Bug 1575368).
We should determine whether we're free to upgrade clang-format. If not, we should have the dockerfile to pull in a newer hg from another source.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee: nobody → jschanck
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•