Actions
Bug #24438
closedFix user-management build failure when requiring schema.sql file
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
It bothers me each time
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
116
Name check:
To do
Fix check:
To do
Regression:
No
Description
When attempting to build the plugin with make clean && make
, an error occurs :
make: *** No rule to make target 'target/user-management/user-management-schema.sql', needed by 'rudder-plugin-user-management-8.1.0~beta1-2.2-nightly.rpkg'. Stop.
The sql file does not exist so should not be in the Makefile
Actions