-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build and installer fixes #2429
Conversation
9f88253
to
4cac611
Compare
@mikee47 Please take a look at the failing CIs. |
Appcode source file can contain path outside Sming repository so ends up with absolute path. Ensure object path is relative.
`all` option missing rp2040 Remove `doc` option from `all`
Can be used for CI library builds Separate docs install
4cac611
to
ece83df
Compare
@@ -2,7 +2,7 @@ | |||
set -ex # exit with nonzero exit code if anything fails | |||
|
|||
# Build times benefit from parallel building | |||
export MAKE_PARALLEL="make -j3" | |||
export MAKE_PARALLEL="make -j$(nproc)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@slaff This surely won't work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think I'm going slightly potty switching between linux/windows all the time...
37c8e1b
to
e91c22d
Compare
@slaff I wonder if it's time to drop the old toolchains? |
I ... (hesitation.. mumbling... hesitation) would say yes. Those who cannot install a newer toolchain can still use the LTS version. |
Should make development a little less awkward and save some CI time! I'll prep a PR for this. |
Host
Build
Installer
all
option missing rp2040doc
option fromall
CI testing