You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
========================================
CleanJekyll
========================================
An error occurred when executing task 'CleanJekyll'.
Error: An error occurred trying to start process '"C:/tools/Ruby31-x64/Ruby31-x64/bin/bundle"' with working directory 'D:/source/repos/work/ecs-saber/docs'. The specified executable is not a valid application for this OS platform.
System Configuration
Please note that jekyll builds fine with bundler outside of the cake tool on this system.
Host OS
OS Name Microsoft Windows 11 Home
Version 10.0.22000 Build 22000
Building jekyll works with bundler outside of the cake tool works, indicating that the cake tool should. It does not as the build fails with an error about the operating system set up being unconventional.
Suggested Fix
Add configuration settings to check for .bat or .cmd files, so that the build will succeed when the user has a working configuration. The error is due to a .bat command launcher for mingw being used when on ruby >= 3.0.0 instead of a .cmd command launcher, that the cake tool does not recognize or is able to check for. The fix will account for both scenerios.
The text was updated successfully, but these errors were encountered:
Issue Report
Submitted: 08/16/2022 1:40 PM PDT
Problem
Cake module does not work on Ruby / bundler mingw installations for jekyll local tests.
What happens?
Given dough:
Result is:
System Configuration
Please note that jekyll builds fine with bundler outside of the cake tool on this system.
Host OS
Ruby Version
Bundler Version
Jekyll Version
Expected Result
Building jekyll works with bundler outside of the cake tool works, indicating that the cake tool should. It does not as the build fails with an error about the operating system set up being unconventional.
Suggested Fix
Add configuration settings to check for
.bat
or.cmd
files, so that the build will succeed when the user has a working configuration. The error is due to a.bat
command launcher for mingw being used when on ruby >= 3.0.0 instead of a.cmd
command launcher, that the cake tool does not recognize or is able to check for. The fix will account for both scenerios.The text was updated successfully, but these errors were encountered: