mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
[GH-ISSUE #922] Linux/Windows containers for faster build times #5594
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/922
Originally assigned to: @profvjreddi on GitHub.
The current quarto-build.yml GitHub workflow builds everything from scratch each time, which is really slow for quick turnarounds and debugging. We need to fix this by using containers, but I ran into some issues. However, the files for building them are available as a starting point.
@profvjreddi commented on GitHub (Aug 23, 2025):
This issue has been fully resolved through extensive containerization work. The implementation includes:
2e99d5fd,ce36b064,1ea04686)Key commits:
2e99d5fd: Uses pre-built containers for faster buildsce36b064: Comprehensive buildx optimization for production reliability1ea04686: Optimize Linux buildx configuration for better caching0622c39e: Update Windows dockerfileThe container system is now the primary build method for the project.