Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up"./mach clean" fails in case of symlinks. #24985
Comments
|
I’m not sure this happens because compilation with Cargo failed. Removing the |
|
removing the
|
|
This doesn’t reproduce on my machine.
servo/python/servo/build_commands.py Lines 759 to 762 in ae0b086 Either there’s a bug in Python, or something is (re) creating the file Do you have something running in another terminal that could be interfering? |
|
Nope. Only one terminal is running. |
|
@SimonSapin I guess I found the reason for this behaviour- Symlinks. My OS is in my SSD and the documents folder (in which this repository exists locally on my system) is a symlink to a folder in my HDD. It looks like |
if the build fails,Running./mach cleangives the following error:Environment: Linux (Ubuntu 19.04)