Skip to content

Commit

Permalink
circleci(fedora33_distcheck): don't make core when running ./configure
Browse files Browse the repository at this point in the history
None in the build process removes the core file created during running
./configure. It can make "make distcheck" fail.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Jul 18, 2021
1 parent 2d16c76 commit 0a3699d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Expand Up @@ -176,6 +176,7 @@ jobs:
- run:
name: Test
command: |
ulimit -c 0
make distcheck
centos_make:
Expand Down

0 comments on commit 0a3699d

Please sign in to comment.