stevedlawrence commented on code in PR #798:
URL: https://github.com/apache/daffodil/pull/798#discussion_r902594402
##########
containers/release-candidate/daffodil-release-candidate:
##########
@@ -281,6 +281,7 @@ case $PROJECT_REPO in
echo "Building Convenience Binaries..."
mkdir -p $DAFFODIL_RELEASE_DIR/bin/
+ yarn install
Review Comment:
@Shanedell
I found steps that seems to fix this:
1. Update webpack to the very latest (5.73.0) as well as webpack-cli (4.10.0)
2. Set output.hashFunction to "sha512" in `build/extension.webpack.config.js`
Any reason why you didn't update webpack to 5.73.0 in your dependabot
updates? It *think* we need at least something like 5.60 or something for the
hashFunction change to work where we need it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]