Commit fa23f34
authored
Rust setup: Use UID / GID (#484)
Depending on the pipeline runner, the account name created in the
container may be `azure_pipelines_docker` or `docker_azpcontainer`,
leading to issues in setting the permissions that allow us to create or
move files for rust setup / rust testing. It was seen that regardless of
the name, the actual UID / GID that they are using is always 1001, so we
instead hardcode the UID/GID value instead of the name.
This has proven to work here:
https://dev.azure.com/projectmu/mu/_build/results?buildId=96553&view=logs&j=a0dae8b7-2e4d-50ba-22df-26bfc97f6333&t=f5f7ed98-5e80-50ec-f2eb-a7de1997e1f11 parent edd4495 commit fa23f34
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments