Skip to content

Commit 2e86b84

Browse files
authored
Merge pull request InsightSoftwareConsortium#5841 from dzenanz/copilotYML
2 parents b109573 + 570c17d commit 2e86b84

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,6 @@ jobs:
2727
fetch-depth: 5
2828
clean: true
2929

30-
- name: Free Disk Space (Ubuntu)
31-
uses: BRAINSia/free-disk-space@v2
32-
with:
33-
removalmode: "rmz"
34-
35-
swap-storage: "true"
36-
haskell: "true"
37-
dotnet: "true"
38-
docker-images: "false" # Takes too long
39-
tool-cache: "true"
40-
android: "false" # Takes too long
41-
large-packages: "true" # Takes too long to remove apt-get packages
42-
mandb: "true" # Speeds up future apt-get installs (disables man page generation), this CI does not use apt-get
43-
4430
- name: Download testing data
4531
run: |
4632
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.5/InsightData-5.4.5.tar.gz -O
@@ -52,18 +38,3 @@ jobs:
5238

5339
- name: Configure
5440
run: pixi run configure
55-
56-
- name: Build
57-
run: |
58-
echo "****** df -h / -- pre build"
59-
df -h /
60-
pixi run --skip-deps build
61-
echo "****** df -h / -- post build"
62-
df -h /
63-
find build -type f -name "*.o" -delete
64-
find build -type f -name "*.a" -delete
65-
echo "****** df -h / -- post .o .a cleanup"
66-
df -h /
67-
68-
- name: Test
69-
run: pixi run --skip-deps test

0 commit comments

Comments
 (0)