mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-01 13:21:12 +02:00
tests: use new git repo URL for fsverity-utils
See the announcement at "[ANNOUNCE] Moving the fsverity-utils git repo" (https://lore.kernel.org/r/Y9GKm+hcm70myZkr@sol.localdomain). Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
git clone https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git
|
git clone https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
|
||||||
cd fsverity-utils
|
cd fsverity-utils
|
||||||
CC=gcc make -j$(nproc)
|
CC=gcc make -j$(nproc)
|
||||||
cd ..
|
cd ..
|
||||||
|
Reference in New Issue
Block a user