Skip to content

Commit

Permalink
Remove remaining fuzzit-related configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Jan 30, 2020
1 parent a6abaa9 commit 6c6d2c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 117 deletions.
47 changes: 0 additions & 47 deletions ci/docker/linux-apt-fuzzit.dockerfile

This file was deleted.

46 changes: 0 additions & 46 deletions ci/scripts/fuzzit_build.sh

This file was deleted.

24 changes: 0 additions & 24 deletions docker-compose.yml
Expand Up @@ -951,30 +951,6 @@ services:
command: >
/bin/bash -c "pip install -e /arrow/dev/archery && archery lint"
ubuntu-fuzzit:
# Usage:
# docker-compose build ubuntu-cpp
# docker-compose build ubuntu-fuzzit
# docker-compose run ubuntu-fuzzit
build:
context: .
dockerfile: ci/docker/linux-apt-fuzzit.dockerfile
cache_from:
- ${REPO}:${ARCH}-ubuntu-${UBUNTU}-fuzzit
args:
base: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cpp
environment:
<<: *ccache
FUZZIT_API_KEY: c0b760d37db6012fcaafd8ca5f412ba7bcd297ac969650502994b51aa11798153824442f999a067e1ef67821989ed664
FUZZIT_HOST: bionic-llvm7
CI_ARROW_SHA: ${CI_ARROW_SHA:-UNSET}
CI_ARROW_BRANCH: ${CI_ARROW_BRANCH:-UNSET}
volumes: *debian-volumes
command: >
/bin/bash -c "
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/fuzzit_build.sh /arrow /build"
######################### Integration Tests #################################

postgres:
Expand Down

0 comments on commit 6c6d2c4

Please sign in to comment.