Skip to content

Commit fa93527

Browse files
author
MarcoFalke
committed
cirrus: Clear dummy task
1 parent c7ebab1 commit fa93527

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.cirrus.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,4 @@
1313
# VCPKG_COMMIT_ID: 'ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74'
1414
# install_script:
1515
# - choco install python --version=3.7.7 -y
16-
task:
17-
name: "x86_64 Linux [GOAL: install] [bionic] [Using ./ci/ system]"
18-
container:
19-
image: ubuntu:18.04
20-
cpu: 8
21-
memory: 8G
22-
timeout_in: 60m
23-
env:
24-
MAKEJOBS: "-j9"
25-
DANGER_RUN_CI_ON_HOST: "1"
26-
TEST_RUNNER_PORT_MIN: "14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
27-
CCACHE_SIZE: "200M"
28-
CCACHE_DIR: "/tmp/ccache_dir"
29-
ccache_cache:
30-
folder: "/tmp/ccache_dir"
31-
depends_built_cache:
32-
folder: "/tmp/cirrus-ci-build/depends/built"
33-
ci_script:
34-
- ./ci/test_run_all.sh
16+

0 commit comments

Comments
 (0)