Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #271561

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Thu 18 Jun 2026 10:42:17
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision af94731a432b0c512f93cfcd8d33aa74eb9f85ce

Comments

GHA/linux: drop arm runner home attribute workaround (fixed upstream)
Issue had been fixed in the ubuntu-24.04-arm runner image upstream.

now:
```
$ ls -l /home  # on arm
drwxr-x---  11 runner runner 4096 Jun 18 08:19 runner

$ ls -l /home  # on intel
drwxr-x---  11 runner runner 4096 Jun 18 08:19 runner
```

Follow-up to 2b0d8dcc16c531d3154ab54347a3eaabf9bd2c7d #20231

Closes #22076

Changed files