Skip to content
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

Add apx support #795

Merged
merged 7 commits into from
Jan 30, 2024
Merged

Add apx support #795

merged 7 commits into from
Jan 30, 2024

Conversation

bryteise
Copy link
Member

No description provided.

Add support for new APX optimization level using the /V5 prefix.

Signed-off-by: William Douglas <[email protected]>
Signed-off-by: William Douglas <[email protected]>
Two left over that are logic changes to be addressed in the next
commit.

Signed-off-by: William Douglas <[email protected]>
Signed-off-by: William Douglas <[email protected]>
@bryteise bryteise force-pushed the add-apx-support branch 4 times, most recently from b5073d3 to ef516f4 Compare January 26, 2024 20:59
swupd/files.go Outdated
AVX512_2: "/V4",
AVX512_3: "/V4",
AVX512_6: "/V4",
AVX512_7: "/V4",
APX_4: "/V5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this not be V5 but something like VA in case an actual v5 comes along that's something else

@bryteise bryteise force-pushed the add-apx-support branch 3 times, most recently from 80e221f to 2aa8ed1 Compare January 30, 2024 18:34
@bryteise bryteise force-pushed the add-apx-support branch 2 times, most recently from bf125c9 to 32e01c9 Compare January 30, 2024 19:24
Don't download the linter unless a special CI env setting is set. Also
use a different cache to avoid permissions issues with the rootfs in
CI.

Signed-off-by: William Douglas <[email protected]>
@bryteise bryteise merged commit e514207 into master Jan 30, 2024
48 checks passed
@bryteise bryteise deleted the add-apx-support branch January 30, 2024 19:42
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.

2 participants