Skip to content

Commit 788196e

Browse files
author
Alexander Batashev
authored
[CI] Install sudo inside containers (#5760)
Additionally make sure pre-commit builds are run for changes like this.
1 parent c8325f2 commit 788196e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/sycl_containers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ on:
1010
paths:
1111
- 'devops/containers/**'
1212
- 'devops/dependencies.json'
13+
- 'devops/scripts/install_drivers.sh'
14+
- 'devops/scripts/install_build_tools.sh'
1315
- '.github/workflows/sycl_containers.yaml'
1416
pull_request:
1517
paths:
1618
- 'devops/containers/**'
1719
- 'devops/dependencies.json'
20+
- 'devops/scripts/install_drivers.sh'
21+
- 'devops/scripts/install_build_tools.sh'
1822
- '.github/workflows/sycl_containers.yaml'
1923

2024
jobs:

devops/scripts/install_build_tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ apt update && apt install -yqq \
1515
vim \
1616
libffi-dev \
1717
libva-dev \
18-
libtool
18+
libtool \
19+
sudo
1920

2021
pip3 install psutil
2122

0 commit comments

Comments
 (0)