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
I am currently trying to compile magic-modules from the inspec fork, and the compiler is failing with a no such file error:
/c/magic-modules/mmv1/compile/core.rb:263:in `read': No such file or directory @ rb_sysopen - /c/magic-modules/mmv1/third_party/inspec/custom_functions/google_container_usable_subnetwork.erb (Errno::ENOENT)
I've found that there are a few .erb files existing in the mmv1/third_party/inspec/custom_functions directory, but the file listed above is not one of them. I've found that there are quite a few files referenced in the compute product that no longer exist, listed below:
Describe the problem
I am currently trying to compile magic-modules from the inspec fork, and the compiler is failing with a no such file error:
I've found that there are a few .erb files existing in the
mmv1/third_party/inspec/custom_functions
directory, but the file listed above is not one of them. I've found that there are quite a few files referenced in the compute product that no longer exist, listed below:Steps to Reproduce
cd mmv1
ruby compiler.rb -e inspec -p products/compute -o ./build/inspec
- alternatively, skip adding a target product and build all productsPossible Solution
recreate the missing files, or remove their references if they are no longer relevant
The text was updated successfully, but these errors were encountered: