mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-06-30 23:57:53 -04:00
ci: add sudo passwordless configuration for manylinux self-hosted workflow
- Configure root user with passwordless sudo access - Required for subsequent gh installation step in manylinux build environment
This commit is contained in:
@@ -71,6 +71,11 @@ jobs:
|
||||
time \
|
||||
patchelf
|
||||
|
||||
- name: Configure sudo
|
||||
shell: bash
|
||||
run: |
|
||||
echo "root ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||
|
||||
- name: Install gh
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user