Skip to content

CI "Run require test" is broken #4111

Description

@Aire-One

Recent PRs are green, but the "codecov-lua5.3" logs are not good:

Run cd "/home/runner/work/awesome/awesome/build" && make check-requires
+ cd /home/runner/work/awesome/awesome/build
+ make check-requires
Checking use of require()
depgraph not found
module 'depgraph' not found:
	no field package.preload['depgraph']
	no file '/usr/local/share/lua/5.3/depgraph.lua'
	no file '/usr/local/share/lua/5.3/depgraph/init.lua'
	no file '/usr/local/lib/lua/5.3/depgraph.lua'
	no file '/usr/local/lib/lua/5.3/depgraph/init.lua'
	no file '/usr/share/lua/5.3/depgraph.lua'
	no file '/usr/share/lua/5.3/depgraph/init.lua'
	no file './depgraph.lua'
	no file './depgraph/init.lua'
	no file '/usr/local/lib/lua/5.3/depgraph.so'
	no file '/usr/lib/x86_64-linux-gnu/lua/5.3/depgraph.so'
	no file '/usr/lib/lua/5.3/depgraph.so'
	no file '/usr/local/lib/lua/5.3/loadall.so'
	no file './depgraph.so'
(this error is non-fatal; we just skip its use)
Built target check-requires
  1. This should be a fatal error
  2. It needs to be fixed

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions