We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b4b9a commit 86d4a9bCopy full SHA for 86d4a9b
.github/workflows/premerge.yaml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 2
25
- name: Setup system deps
26
run: |
27
- apt-get update && apt-get install -y ccache python3 python3-pip
+ apt-get update && apt-get install -y ccache python3 python3-pip file
28
- name: Build and Test
29
30
git config --global --add safe.directory '*'
bolt/test/unreadable-profile.test
@@ -1,4 +1,4 @@
1
-REQUIRES: system-linux
+REQUIRES: system-linux, non-root-user
2
3
RUN: touch %t.profile && chmod 000 %t.profile
4
RUN: %clang %S/Inputs/hello.c -o %t
0 commit comments