You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My GitHub workflow installs NVC from a MSYS binary package before running OSVVM tests. It also checks out the NVC repo to get needed scripts and data files. The NVC executable then sees the repo VHDL library source as newer than the compiled libs installed from the package. It fails, suggesting the --ignore-time option as a workaround.
I can work around this by deleting the VHDL lib source in my workflow, or (less easily) by using the --ignore-time option. But it would be nice to have a configure option to exclude code that looks for lib source when the build target is a binary package.
The text was updated successfully, but these errors were encountered:
amb5l
added a commit
to amb5l/nvc
that referenced
this issue
Oct 19, 2022
My GitHub workflow installs NVC from a MSYS binary package before running OSVVM tests. It also checks out the NVC repo to get needed scripts and data files. The NVC executable then sees the repo VHDL library source as newer than the compiled libs installed from the package. It fails, suggesting the --ignore-time option as a workaround.
I can work around this by deleting the VHDL lib source in my workflow, or (less easily) by using the
--ignore-time
option. But it would be nice to have aconfigure
option to exclude code that looks for lib source when the build target is a binary package.The text was updated successfully, but these errors were encountered: