Commit 0f74ea9
delete some preloaded libs on ubuntu-latest to prevent out of space error
This, together with #51 allows the GitHub actions CI to complete all jobs, which has been failing since about November 14. This removes the preloaded dotnet, android and haskel libraries from the GitHub runner on Linux to reclaim enough space to finish building. I don't think any of these are relied on by dawn on Linux (and the build completes successfully), but someone should confirm that. The build happens is a container so I guess it is impossible it is relying on the host libraries anyway.
This is an imported pull request from
#52
GITHUB_PR_HEAD_SHA=ccf450356b7eeb32c02312e8699e974a2327db9a
ORIGINAL_AUTHOR=jacksonrl <203005141+jacksonrl@users.noreply.github.com>
GitOrigin-RevId: 0f5d96a
Change-Id: I0e71e22f214cf115b78f65c1f76f7b7ebc76dc9e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/277875
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>1 parent 5bf05a2 commit 0f74ea9
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
106 | 117 | | |
107 | | - | |
| 118 | + | |
108 | 119 | | |
109 | 120 | | |
110 | 121 | | |
| |||
0 commit comments