Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmbootstrap
Merge requests
!2489
Add more type hints
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add more type hints
newbyte/mypyer
into
master
Overview
1
Commits
2
Pipelines
2
Changes
9
Merged
Newbyte
requested to merge
newbyte/mypyer
into
master
4 months ago
Overview
1
Commits
2
Pipelines
2
Changes
9
Expand
See individual commits.
0
0
Merge request reports
Viewing commit
472726a9
Prev
Next
Show latest version
9 files
+
79
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
Unverified
472726a9
pmb: Add more type hints (MR 2489)
· 472726a9
Newbyte
authored
4 months ago
pmb/build/kconfig.py
+
1
−
1
Options
@@ -192,7 +192,7 @@ def _init(pkgname: str, arch: Arch | None) -> tuple[str, Arch, Any, Chroot, Env]
extract_and_patch_sources
(
pkgname
,
arch
)
env
=
{
env
:
Env
=
{
"
ARCH
"
:
arch
.
kernel
(),
}
Loading