fpm fails on oss build #38481
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Operations
Team label for Operations Team
v7.3.0
v8.0.0
There is currently an issue building Kibana when both
--oss
and--os-packages
flags are used.fpm is tripping up on a very funky path in node_modules:
The file
node_modules/@elastic/eui/lib/components/icon/assets?lazy?recursive?^\.\/.[*]\.js
is being created by theCleanClientModulesOnDLLTask
in the build, when it's trying to make sure that the entry points into the DLL are still on disk for webpack to find when it rebuilds. While deleting all other files from a node module.It's unclear why the DLL only has this entry point in the oss build (the default dist doesn't even seem to have an eui entry point).
The text was updated successfully, but these errors were encountered: