We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716fe2a commit 83033f9Copy full SHA for 83033f9
1 file changed
.circleci/config.yml
@@ -10,6 +10,10 @@ jobs:
10
- dmd-1.x
11
steps:
12
- checkout
13
+ - run:
14
+ # this is needed to "fix" the Docker permission errors - see https://github.com/dlang/dmd/pull/7579
15
+ command: sudo ls -l /dlang/dmd-2.078.0/linux
16
+ name: Test Docker image
17
- run:
18
command: ./.circleci/run.sh setup-repos
19
name: Clone DRuntime & Phobos
0 commit comments