Closed
Bug 1524993
Opened 6 years ago
Closed 6 years ago
Using glean is broken on Windows due to GLEAN_MINICONDA_DIR
Categories
(Toolkit :: Telemetry, defect, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox67 | --- | affected |
People
(Reporter: Dexter, Assigned: mdroettboom)
References
Details
(Whiteboard: [telemetry:mobilesdk:m5])
Attachments
(1 file)
The current snapshot of glean is broken on Windows, due to the GLEAN_MINICONDA_DIR
introduced by this PR.
The path looks like this:
public static final String GLEAN_MINICONDA_DIR = "C:\Users\Alessio.gradle\glean\bootstrap-4.5.11\Miniconda3";
While it should either use \\
or /
as path separators.
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mdroettboom
Assignee | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
The PR was merged, closing the bug.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•