-
Notifications
You must be signed in to change notification settings - Fork 599
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
chore: upgrade conform to v0.1.0-alpha.13 #808
Merged
Merged
Conversation
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
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
bradbeam
approved these changes
Jul 2, 2019
This should fix Conform to allow it to run on PRs and set the PR status based on the results. |
Codecov Report
@@ Coverage Diff @@
## master #808 +/- ##
==========================================
- Coverage 31.46% 31.38% -0.09%
==========================================
Files 84 84
Lines 4846 4846
==========================================
- Hits 1525 1521 -4
- Misses 3182 3187 +5
+ Partials 139 138 -1
Continue to review full report at Codecov.
|
andrewrynhard
added a commit
to andrewrynhard/talos
that referenced
this pull request
Jul 2, 2019
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com> (cherry picked from commit 7162d11)
andrewrynhard
added a commit
that referenced
this pull request
Jul 2, 2019
* chore: add GitHub action to enforce conform policies (#803) Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com> (cherry picked from commit a1f04f9) * chore: fix GitHub action (#804) Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com> (cherry picked from commit c00049d) * chore: use pull_request event for GitHub action (#805) Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com> (cherry picked from commit af20a0a) * chore: upgrade conform to v0.1.0-alpha.13 (#808) Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com> (cherry picked from commit 7162d11)
nberlee
pushed a commit
to nberlee/talos
that referenced
this pull request
Nov 29, 2024
Add Chelsio drivers. Fixes: siderolabs#807 Closes: siderolabs#808 ```bash ❯ diff -r --color _out/kernel-b/lib/modules/6.1.51-talos/modules.dep _out/lib/modules/6.1.51-talos/modules.dep 34a35,39 > kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ch_ipsec.ko: kernel/drivers/net/ethernet/chelsio/cxgb4/cxgb4.ko > kernel/drivers/net/ethernet/chelsio/cxgb/cxgb.ko: kernel/drivers/net/mdio.ko > kernel/drivers/net/ethernet/chelsio/cxgb3/cxgb3.ko: kernel/drivers/net/mdio.ko > kernel/drivers/net/ethernet/chelsio/cxgb4/cxgb4.ko: > kernel/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf.ko: pkgs on feat/chelsio-drivers ❯ du -sh _out/lib/modules/6.1.51-talos/kernel/drivers/net/ethernet/chelsio/ 2.2M _out/lib/modules/6.1.51-talos/kernel/drivers/net/ethernet/chelsio/ ``` Signed-off-by: Drew Hess <src@drewhess.com> Signed-off-by: Noel Georgi <git@frezbo.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Andrew Rynhard andrew@andrewrynhard.com