mirror of
https://github.com/curl/curl.git
synced 2026-06-18 18:55:39 +03:00
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 2b0d8dcc16 #20231
Closes #22076
This commit is contained in:
parent
f0be417635
commit
af94731a43
1 changed files with 0 additions and 6 deletions
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
|
@ -475,12 +475,6 @@ jobs:
|
|||
if [ -n "${INSTALL_PACKAGES_BREW}" ]; then
|
||||
/home/linuxbrew/.linuxbrew/bin/brew install ${INSTALL_PACKAGES_BREW}
|
||||
fi
|
||||
# Workaround for ubuntu-24.04-arm images having 0777 for /home/runner,
|
||||
# which breaks the test sshd server used in pytest.
|
||||
if [[ "$(uname -m)" = *'aarch64'* ]]; then
|
||||
ls -l /home
|
||||
chmod 0755 /home/runner
|
||||
fi
|
||||
|
||||
- name: 'install prereqs (i686)'
|
||||
if: ${{ contains(matrix.build.name, 'i686') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue