Commit 09d255f
committed
[libcxx][ci][NFC] Remove commented install line and disutils reference
76667c7 added distutils because
"spawn" was used, which I then removed in 268a4b0.
I removed it as part of removing all uses of distutils in llvm-project,
tracked in #54337. Python has removed distutils in its latest versions.
Distutils was not being installed in the docker image but just
mentioned in a commented out line. I think this line was leftover
from when it was reformated into the multi-line command above.
So I'm removing the whole line and relocating the comments
a bit.1 parent f56309a commit 09d255f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments