aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-02-07 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-02-07 08:00:00 +0000
commit75dceba6f3bd3f3a24018a5352674606469106e3 (patch)
tree39429c6afa4ca3e9d54b3858d8a4621fe42dec1b /.github
parent0d1c62eb4733644bda03760182c395a903295a3e (diff)
downloadpam-75dceba6f3bd3f3a24018a5352674606469106e3.tar.gz
pam-75dceba6f3bd3f3a24018a5352674606469106e3.tar.bz2
pam-75dceba6f3bd3f3a24018a5352674606469106e3.zip
ci: make VENDORDIR based on $prefix for the clang case as well
* .github/workflows/ci.yml (clang-14): Change VENDORDIR from /usr/etc to ${prefix}/share/etc, this should help to check that the code no longer relies on the assumption that VENDORDIR == /usr/etc. Complements: 0d1c62eb4733 ("ci: make VENDORDIR based on $prefix")
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c9781563..6125178f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
env:
CC: clang-14
TARGET: x86_64
- VENDORDIR: /usr/etc
+ VENDORDIR: ${prefix}/share/etc
steps:
- uses: actions/checkout@v3
with: