Skip to content

image_changes: update PATH variable - #4209

Merged
sayanchowdhury merged 1 commit into
flatcar-4081from
sayan/cherry-pick-fix-feedparser
Aug 12, 2026
Merged

sayanchowdhury merged 1 commit into
flatcar-4081from
sayan/cherry-pick-fix-feedparser

Conversation

@sayanchowdhury

Copy link
Copy Markdown
Member

For some reasons, the '#!/usr/bin/env python3' command of the 'show-fixed-kernel-cves.py' started to resolve
'python3' before reaching the 'ci-automation/python-bin' PATH location.

So 'feedparser' was not installed, so it was failing.

I guess we shipped some Python updates providing 'python3' resolution, or we stopped masked some Python related stuffs into the SDK.

Flipping the 'ci-automation/python-bin' should fix the issue and it should not have any side-effects as this is scopped only on the 'show-changes' script call.

For some reasons, the '#!/usr/bin/env python3' command of the
'show-fixed-kernel-cves.py' started to resolve
'python3' before reaching the 'ci-automation/python-bin' PATH location.

So 'feedparser' was not installed, so it was failing.

I guess we shipped some Python updates providing 'python3' resolution,
or we stopped masked some Python related stuffs into the SDK.

Flipping the 'ci-automation/python-bin' should fix the issue and it
should not have any side-effects as this is scopped only on the
'show-changes' script call.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
@sayanchowdhury
sayanchowdhury merged commit 697b590 into flatcar-4081 Aug 12, 2026
4 of 5 checks passed
@sayanchowdhury
sayanchowdhury deleted the sayan/cherry-pick-fix-feedparser branch August 12, 2026 08:50

This branch had an error being deployed

1 failed deployment
development — 7a5cd4c4 Deployed Aug 12, 2026 by sayanchowdhury via Check if we need to update the SDK #5753
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.

3 participants