ci: don't use deprecated ndnsec commands

Change-Id: Ie85898f91fa44a22d87bb79aec7ebe4a7e5ef42e
This commit is contained in:
Davide Pesavento
2021-06-04 13:41:43 -04:00
parent 75496288d0
commit 9f14dcd319
+1 -1
View File
@@ -3,7 +3,7 @@ set -ex
# Prepare environment
rm -rf ~/.ndn
ndnsec-keygen "/tmp/jenkins/$NODE_NAME" | ndnsec-install-cert -
ndnsec key-gen "/tmp/jenkins/$NODE_NAME" | ndnsec cert-install -
# https://github.com/google/sanitizers/wiki/AddressSanitizerFlags
ASAN_OPTIONS="color=always"