Skip to content

fix(build-linux-deb): honour --local-dir for config - #539

Open
Loïc Minier (lool) wants to merge 1 commit into
qualcomm-linux:mainfrom
lool:fix-local-dir
Open

fix(build-linux-deb): honour --local-dir for config#539
Loïc Minier (lool) wants to merge 1 commit into
qualcomm-linux:mainfrom
lool:fix-local-dir

Conversation

@lool

Copy link
Copy Markdown
Contributor

The merge_config.sh and olddefconfig invocations passed a hardcoded
cwd="linux" while the defconfig and bindeb-pkg invocations used
linux_dir. With --local-dir pointing anywhere other than ./linux,
the config phase fails with FileNotFoundError: 'linux'.

Use linux_dir consistently. The default clone path is unaffected, as
linux_dir is Path("linux") there.

The merge_config.sh and olddefconfig invocations passed a hardcoded
cwd="linux" while the defconfig and bindeb-pkg invocations used
linux_dir. With --local-dir pointing anywhere other than ./linux,
the config phase fails with FileNotFoundError: 'linux'.

Use linux_dir consistently. The default clone path is unaffected, as
linux_dir is Path("linux") there.

Assisted-by: Claude Code:claude-opus-5
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Test Results

 1 files  ±0   3 suites  ±0   1m 37s ⏱️ ±0s
21 tests ±0  21 ✅ ±0  0 💤 ±0  0 ❌ ±0 
26 runs  ±0  26 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit caf0c12. ± Comparison against base commit 9ef8d6e.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Test jobs for commit caf0c12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant