Closed ucbjrl closed 4 years ago
The Travis build was failing with:
error: pathspec 'verilator_3_886' did not match any file(s) known to git
proably due to the fact that the .travis.yml file contains:
git: depth: 10
and verilator_3_886 may be too far back in history. Clone at the specific (updated) verilator tag we expect to run to avoid depth issues.
verilator_3_886
The Travis build was failing with:
proably due to the fact that the .travis.yml file contains:
and
verilator_3_886
may be too far back in history. Clone at the specific (updated) verilator tag we expect to run to avoid depth issues.