We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5ee32 commit 6f89824Copy full SHA for 6f89824
.gitlab-ci.yml
@@ -679,6 +679,8 @@ fpga_synth_linux_zcu102:
679
stage: test
680
before_script:
681
script:
682
+ - echo "Patching unsupported github remote addresses"
683
+ - git config --global url."https://github.com/".insteadOf git://github.com/
684
- echo "(Re)generating scripts" # because paths might have changed
685
- make gen
686
- echo "Starting synthesis with vivado"
0 commit comments