mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37: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 \
|
time \
|
||||||
patchelf
|
patchelf
|
||||||
|
|
||||||
|
- name: Configure sudo
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "root ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||||
|
|
||||||
- name: Install gh
|
- name: Install gh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user