mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 12:17:35 +00:00
Github actions: Avoid cpan cert expirations.
This commit is contained in:
parent
249feaae7c
commit
45d622e4bc
@ -21,6 +21,7 @@ cd $(dirname "$0")/..
|
|||||||
|
|
||||||
# Avoid occasional cpan failures "Issued certificate has expired."
|
# Avoid occasional cpan failures "Issued certificate has expired."
|
||||||
export PERL_LWP_SSL_VERIFY_HOSTNAME=0
|
export PERL_LWP_SSL_VERIFY_HOSTNAME=0
|
||||||
|
echo "check_certificate = off" >> ~/.wgetrc
|
||||||
|
|
||||||
fatal() {
|
fatal() {
|
||||||
echo "ERROR: $(basename "$0"): $1" >&2; exit 1;
|
echo "ERROR: $(basename "$0"): $1" >&2; exit 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user