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
When upgrading to a project's lein-cljsbuild dep from 1.1.6 to 1.1.7, builds on TravisCI (linux) started failing. Local builds (macos) using the same make target worked just fine and produced a successful build.
Here's the error message:
Unable to resolve symbol: update in this context,
compiling:(leiningen/cljsbuild/subproject.clj:94:14
I haven't had the opportunity to test on a local linux machine yet, just on Travis.
The build steps are nothing unusual (essentially lein clean; lein compile; lein uberjar; lein cljsbuild once <id1>; lein cljsbuild once <id2>; lein test). The two ids represent a node build and a browser build.
Reverting back to 1.1.6 resulted in passing builds on Travis again. I'll include the stacktrace below, but here's a link for the failing build on Travis with 1.1.7:
When upgrading to a project's lein-cljsbuild dep from 1.1.6 to 1.1.7, builds on TravisCI (linux) started failing. Local builds (macos) using the same
make
target worked just fine and produced a successful build.Here's the error message:
I haven't had the opportunity to test on a local linux machine yet, just on Travis.
The build steps are nothing unusual (essentially
lein clean; lein compile; lein uberjar; lein cljsbuild once <id1>; lein cljsbuild once <id2>; lein test
). The two ids represent a node build and a browser build.Reverting back to 1.1.6 resulted in passing builds on Travis again. I'll include the stacktrace below, but here's a link for the failing build on Travis with 1.1.7:
and the subsequent pass that resulted when the project was reverted to 1.1.6:
Here's the full stacktrace:
The text was updated successfully, but these errors were encountered: