Closed
Bug 1501603
Opened 7 years ago
Closed 7 years ago
Allow gradlew to run in stand-alone mode
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: andi, Assigned: andi)
Details
Attachments
(1 obsolete file)
On some strange environments like a debin docker image on top of which we have nix, gradlew fails when performing infer static-analysis[1]. The error that we get is:
>>07:55:22.867 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
>>07:55:22.868 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
>>07:55:22.869 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
>>07:55:22.870 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
>>07:55:22.872 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
This was mitigated in in this build[2] by passing to gradlew --no-daemon.
[1] https://tools.taskcluster.net/groups/UyVohIUFToe_7ZxUJqNUjg/tasks/UyVohIUFToe_7ZxUJqNUjg/runs/0/logs/public%2Flogs%2Flive.log
[2] https://tools.taskcluster.net/groups/N_kGPLrMQwGa04cRKSyG_A/tasks/N_kGPLrMQwGa04cRKSyG_A/runs/0/logs/public%2Flogs%2Flive.log
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #9019643 -
Attachment is obsolete: true
| Assignee | ||
Comment 2•7 years ago
|
||
Closing this with 'WONTFIC' since it's better to do this sort of things in automation, a PR[1] for this has been already merged.
[1] https://github.com/mozilla/release-services/pull/1643
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•3 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
•