-
Notifications
You must be signed in to change notification settings - Fork 21
Build core fails due to dependency error #119
Comments
Seems like it is this very same issue that was reported solved months ago. The appearance of this error coincides with the release of version |
I confirm that it seems to be something wrong with version
|
Yep. This always happens when our compiler version gets too old. Your solution should work, it's not the maintainers fault, because even if he uses cfg's to check for compiler featutes/version it won't work because by our compiler "version number" this feature should be stable already but it's a nightly from before it was stable. |
Describe the bug
Seemingly out of the blue, trying to build
core
on thedevelop
branch now fails with the following error:To Reproduce
Steps to reproduce the behavior:
core
container with:which essentially runs the following commands on core.
Expected behavior
The build should succeed.
Backtrace
The text was updated successfully, but these errors were encountered: