zephyr-cp deps: install the 32-bit SDL2 packages only for native_sim - #11315
Open
lynt-smitka wants to merge 1 commit into
Open
zephyr-cp deps: install the 32-bit SDL2 packages only for native_sim#11315lynt-smitka wants to merge 1 commit into
lynt-smitka wants to merge 1 commit into
Conversation
Every zephyr-cp board job installs libsdl2-dev:i386 and libsdl2-image-dev:i386, about 136 MB of i386 packages and the apt-mark hold python3 workaround, roughly 30 s per job. Only native_sim uses SDL (CONFIG_SDL_DISPLAY, CONFIG_I2S_SDL); the other 26 boards in the matrix and their firmware never touch it. Make it an input of the action, on for the zephyr-tests job and for the native_* boards, off for the rest.
This file contains hidden or 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
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.
Every zephyr-cp board job installs libsdl2-dev:i386 and libsdl2-image-dev:i386, about 136 MB of i386 packages plus the apt-mark hold python3 workaround, roughly 30 s per job. Only native_sim uses SDL (CONFIG_SDL_DISPLAY, CONFIG_I2S_SDL); the other 26 boards in the matrix never touch it. The packages become an input of the action, on for the zephyr-tests job and the native_* boards, off for the rest.