Closed LukeMondy closed 4 years ago
Fix for the issue raised here: https://sel4.systems/pipermail/devel/2020-August/002851.html
Essentially, the rust compiler was being put in a place that only the root user could access, which is not very useful.
root
This puts it in a generic place, and ensures the permissions are OK.
This PR should not be merged on GitHub, it should be merged internally first.
Merged via: https://github.com/SEL4PROJ/seL4-CAmkES-L4v-dockerfiles/commit/7b485c05b81cc35ecf5c396c03c7065c0b1bc0f7
Fix for the issue raised here: https://sel4.systems/pipermail/devel/2020-August/002851.html
Essentially, the rust compiler was being put in a place that only the
root
user could access, which is not very useful.This puts it in a generic place, and ensures the permissions are OK.
This PR should not be merged on GitHub, it should be merged internally first.