forked from zmkfirmware/zmk
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile service: Support passing RHS kconfig and building RHS
Specifying RHS kconfig will cause both firmware images to be built, which will take twice as long as a LHS-only build. Clients should take care to only request a RHS build for kconfig options that affect the peripheral behaviour.
- Loading branch information
1 parent
67c55ba
commit 279bc25
Showing
8 changed files
with
137 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
source 'https://rubygems.org' | ||
gem 'aws_lambda_ric' | ||
gem 'rack' | ||
gem 'sinatra', '~> 2' | ||
|
||
# The version on rubygems (1.0.7) is very out of date | ||
gem 'serverless-rack', git: 'https://github.com/logandk/serverless-rack', branch: '7364305bc' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,13 @@ | ||
GIT | ||
remote: https://github.com/logandk/serverless-rack | ||
revision: 7364305bcbbf7f6cc6851497069a5a4cb91936b1 | ||
branch: 7364305bc | ||
specs: | ||
serverless-rack (1.0.7) | ||
rack (~> 2.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
aws_lambda_ric (2.0.0) | ||
mustermann (2.0.2) | ||
ruby2_keywords (~> 0.0.1) | ||
rack (2.2.4) | ||
rack-protection (2.2.2) | ||
rack | ||
ruby2_keywords (0.0.5) | ||
sinatra (2.2.2) | ||
mustermann (~> 2.0) | ||
rack (~> 2.2) | ||
rack-protection (= 2.2.2) | ||
tilt (~> 2.0) | ||
tilt (2.0.11) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
aws_lambda_ric | ||
rack | ||
serverless-rack! | ||
sinatra (~> 2) | ||
|
||
BUNDLED WITH | ||
2.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.