Skip to content

Commit 4d11707

Browse files
committedMar 3, 2020
Drop unnecessary ctest-setup part
There is no need for this to be a standalone part, as all it does is to install a couple of build-packages. These can be moved to `ldc`, which is the only real user, and highlighted as being ctest requirements.
1 parent e5cd17d commit 4d11707

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
 

‎snap/snapcraft.yaml

+3-11
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ parts:
5858
- g++-multilib
5959
- ninja-build
6060
- zlib1g-dev
61+
# needed only for ctest
62+
- gdb
63+
- unzip
6164
after:
62-
- ctest-setup
6365
- ldc-bootstrap
6466
- llvm
6567
ldc-config:
@@ -131,13 +133,3 @@ parts:
131133
- binutils-dev
132134
- g++
133135
- ninja-build
134-
135-
ctest-setup:
136-
plugin: nil
137-
stage:
138-
- -*
139-
prime:
140-
- -*
141-
build-packages:
142-
- gdb
143-
- unzip

0 commit comments

Comments
 (0)
Please sign in to comment.