Koheron / koheron-sdk

SDK for FPGA / Linux Instruments
https://www.koheron.com/software-development-kit/
Other
100 stars 40 forks source link

Error in web build part #519

Closed grahamnaylorccfe closed 4 years ago

grahamnaylorccfe commented 4 years ago

I am getting this error: mkdir -p tmp/TEinstruments/NIRinterferometer//web curl https://code.jquery.com/jquery-3.2.0.min.js -o tmp/TEinstruments/NIRinterferometer//web/jquery.min.js % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

I don't have any web components in the config.yml file - is there a way to stop it trying to build bits for the web when I don't need them and there are errors like this?

grahamnaylorccfe commented 4 years ago

Workaround for the moment is to add the -k switch after the curl statements with failed certificates in .../web/downloads.mk