Skip to content

Commit

Permalink
fix: make sure gdx builds arent broken
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Feb 11, 2025
1 parent fe49205 commit e160798
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ COPY system_files /
COPY system_files_overrides /var/tmp/system_files_overrides
COPY build_scripts /var/tmp/build_scripts
# FIXME: install UV from EPEL whenever it gets released there, its currently on epel-testing but its broken (07-02-2025)
COPY --from=uv-bin /uv* /var/tmp/system_files_overrides/gdx/usr/bin
COPY --from=uv-bin /uv* /var/tmp/system_files_overrides/x86-64-gdx/usr/bin

RUN --mount=type=tmpfs,dst=/tmp --mount=type=bind,from=config,src=/rpms,dst=/tmp/rpms /var/tmp/build_scripts/build.sh
Empty file.

0 comments on commit e160798

Please sign in to comment.