Skip to content

Commit

Permalink
ARROW-7260: [CI] Remove Ubuntu 14.04 test job
Browse files Browse the repository at this point in the history
https://circleci.com/gh/ursa-labs/crossbow/5329

    /arrow/cpp/src/arrow/dataset/filter_test.cc:80:194: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Werror=literal-suffix]
       ASSERT_EQ("a"_.ToString(), "a");
                    ^

We drop support for Ubuntu 14.04 because it reaches EOL.

Closes apache#5901 from kou/ci-ubuntu-14.04 and squashes the following commits:

26c60e5 <Sutou Kouhei> Remove Ubuntu 14.04 CI job
3cf6772 <Sutou Kouhei> Disable ARROW_DATASET
dcf017a <Sutou Kouhei> ARROW-7260:  Fix Ubuntu 14.04 test job

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou committed Nov 27, 2019
1 parent 7adcb7e commit 06cca60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/cpp_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cmake -G "${CMAKE_GENERATOR:-Ninja}" \
-DARROW_S3=${ARROW_S3:-OFF} \
-DARROW_TEST_LINKAGE=${ARROW_TEST_LINKAGE:-shared} \
-DARROW_USE_ASAN=${ARROW_USE_ASAN:-OFF} \
-DARROW_USE_ASAN=${ARROW_USE_ASAN:-OFF} \
-DARROW_USE_CCACHE=${ARROW_USE_CCACHE:-ON} \
-DARROW_USE_GLOG=${ARROW_USE_GLOG:-ON} \
-DARROW_USE_STATIC_CRT=${ARROW_USE_STATIC_CRT:-OFF} \
-DARROW_USE_UBSAN=${ARROW_USE_UBSAN:-OFF} \
Expand Down
15 changes: 0 additions & 15 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ groups:
docker:
- test-conda-cpp
- test-debian-10-cpp
- test-ubuntu-14.04-cpp
- test-ubuntu-16.04-cpp
- test-ubuntu-18.04-cpp
- test-fedora-29-cpp
Expand Down Expand Up @@ -125,7 +124,6 @@ groups:
test:
- test-conda-cpp
- test-debian-10-cpp
- test-ubuntu-14.04-cpp
- test-ubuntu-16.04-cpp
- test-ubuntu-18.04-cpp
- test-fedora-29-cpp
Expand Down Expand Up @@ -153,7 +151,6 @@ groups:
cpp:
- test-conda-cpp
- test-debian-10-cpp
- test-ubuntu-14.04-cpp
- test-ubuntu-16.04-cpp
- test-ubuntu-18.04-cpp
- test-fedora-29-cpp
Expand Down Expand Up @@ -238,7 +235,6 @@ groups:
- macos-r-autobrew
- test-conda-cpp
- test-debian-10-cpp
- test-ubuntu-14.04-cpp
- test-ubuntu-16.04-cpp
- test-ubuntu-18.04-cpp
- test-fedora-29-cpp
Expand Down Expand Up @@ -1538,17 +1534,6 @@ tasks:
- docker-compose build debian-cpp
- docker-compose run debian-cpp

test-ubuntu-14.04-cpp:
ci: circle
platform: linux
template: docker-tests/circle.linux.yml
params:
commands:
- export UBUNTU=14.04
- docker-compose pull --ignore-pull-failures ubuntu-cpp
- docker-compose build ubuntu-cpp
- docker-compose run ubuntu-cpp

test-ubuntu-16.04-cpp:
ci: circle
platform: linux
Expand Down

0 comments on commit 06cca60

Please sign in to comment.