Skip to content

Commit

Permalink
just skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 14, 2024
1 parent 2519e49 commit b854d85
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,6 @@ jobs:
df -h
free -h
# https://github.com/containers/buildah/issues/2521#issuecomment-884779112
- name: Workaround https://github.com/containers/podman/issues/22152#issuecomment-2027705598
run: sudo apt-get -qq remove podman crun

# https://github.com/containers/podman/issues/2788#issuecomment-1016301663
- name: Workaround https://github.com/containers/podman/issues/2788#issuecomment-1016301663
run: |
set -x
ls -AlF /usr/bin/new[gu]idmap
sudo chmod 755 /usr/bin/new[gu]idmap
sudo setcap cap_setuid+ep /usr/bin/newuidmap
sudo setcap cap_setgid+ep /usr/bin/newgidmap
getcap /usr/bin/newuidmap
ls -AlF /usr/bin/new[gu]idmap
- uses: actions/cache@v4
id: cached-linuxbrew
with:
Expand Down

0 comments on commit b854d85

Please sign in to comment.