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

[build] Exclude pyc files from image #333

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

BenjaminPelletier
Copy link
Member

Currently, *.pyc files affect whether the monitoring image is rebuilt or not, so if someone using the repository has a tool that manipulates *.pyc files (e.g., a full-featured IDE like IntelliJ), they will build the monitoring image far more frequently than is necessary. This PR excludes prebuilt *.pyc files from the image and removes them as a make dependency. Removing prebuilt *.pyc files is also desirable generally as the host machine on which they are built may build them differently than the container in which the image is run.

@BenjaminPelletier BenjaminPelletier marked this pull request as ready for review November 9, 2023 02:09
@BenjaminPelletier BenjaminPelletier merged commit 1eacb0b into interuss:main Nov 9, 2023
8 checks passed
@BenjaminPelletier BenjaminPelletier deleted the pyc branch November 9, 2023 14:24
github-actions bot added a commit that referenced this pull request Nov 9, 2023
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