Skip to content

Commit

Permalink
sagemathgh-37476: Add free disk space option to Docker build default
Browse files Browse the repository at this point in the history
<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixes sagemath#12345". -->

Extracts from sagemath#37351 the important
and uncontroversal parts. Fixes the build errors of the default run:
https://github.com/sagemath/sage/actions/runs/8037559468/job/21952518852
Closes sagemath#37330.

Author: @mkoeppe
Reviewer: @tobiasdiez

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->

- [ ] The title is concise and informative.
- [ ] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->

URL: sagemath#37476
Reported by: Tobias Diez
Reviewer(s): Tobias Diez
  • Loading branch information
Release Manager committed Mar 8, 2024
2 parents fad0b4b + c94fcd0 commit 5c45eed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: ./.github/workflows/docker.yml
with:
# Build from scratch
free_disk_space: true
docker_targets: "with-system-packages configured with-targets-pre with-targets"
# FIXME: duplicated from env.TARGETS
targets_pre: all-sage-local
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=33da83a21d026381c616e847e8fdb14f84803776
md5=063475b1211038fbd3bdde4f5ab6b34a
cksum=1924665094
sha1=94530947a520c68ddae7116631005832824b8095
md5=f0c0956b247562b6f1295a8f1c13fe17
cksum=1215395867
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
463e015d627b968e317050e2578157a6a1ffe2eb
6563daf1aa9ba83260fc8e370e1999e3418c4957

0 comments on commit 5c45eed

Please sign in to comment.