Closed
Bug 1975241
Opened 5 months ago
Closed 5 months ago
install `jj` in moz-phab CI
Categories
(Conduit :: moz-phab, task)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: sheehan)
References
Details
Attachments
(1 file)
Bug 1956345 has added support for jj to moz-phab. The new code and associated tests call out to the jj binary, which works in local testing. In our Docker images in CI, we don't have jj installed, which leads to test failures. We need to install jj in our test infrastructure so CI runs cleanly.
| Assignee | ||
Comment 1•5 months ago
|
||
Add jj install and configuration to the test job setup
step. jj is downloaded from Github releases via a
pinned version number, and checked against the advertised
checksum.
Comment 2•5 months ago
|
||
Authored by https://github.com/cgsheeh
https://github.com/mozilla-conduit/review/commit/24b8cade70fb7676bc4cfe5a62a101d36ff14233
[main] circleci: install jj in job setup (Bug 1975241) r=ErichDonGubler
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•