hyperledger / fabric-private-chaincode

FPC enables Confidential Chaincode Execution for Hyperledger Fabric using Intel SGX.
Apache License 2.0
159 stars 91 forks source link

CI CD build error #746

Closed chenchanglew closed 10 months ago

chenchanglew commented 10 months ago

Describe the bug In CI/CD, step run make inside dev container, it will failed shows as follow

mkdir -p _internal && cd _internal \
&& curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.5.4 1.5.7 -s \
&& touch .fetched
bash: line 1: syntax error near unexpected token `newline'
bash: line 1: `<!DOCTYPE html>'

This is because the link https://bit.ly/2ysbOFE has been considered as harmful link in billy. thus we will need to just use the original link: https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh to install

To Reproduce create a PR and it will failed in the step of

Expected behavior

Log-filesScreenshots https://bit.ly/2ysbOFE

Environment (please complete the following information): GITHUB

bvavala commented 10 months ago

It looks accurate, I am ok with the change.

mbrandenburger commented 10 months ago

Looks good to me. @chenchanglew do you want to create a PR that changes the url in the curl command?

mbrandenburger commented 10 months ago

It seems that the bit.ly link works again

mbrandenburger commented 10 months ago

Closing as this is not an issue anymore. We can reopen if the problem comes back.