Skip to content

Commit 3910e31

Browse files
committed
Address review concerns
1 parent 019f783 commit 3910e31

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

taskfiles/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ tasks:
2828
internal: true
2929
deps:
3030
- ":deps:install-all"
31-
sources:
32-
- "{{.ROOT_DIR}}/CMakeLists.txt"
33-
- "{{.TASKFILE}}"
3431
generates:
3532
- "{{.G_CMAKE_CACHE}}"
3633
- "{{.G_COMPILE_COMMANDS_DB}}"

taskfiles/deps.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,11 @@ tasks:
1111
vars:
1212
NAME: "Catch2"
1313
WORK_DIR: "{{.G_DEPS_DIR}}/{{.NAME}}"
14-
sources:
15-
- "{{.TASKFILE}}"
16-
- "{{.WORK_DIR}}/{{.NAME}}-install/**/*"
1714
run: "once"
18-
status:
19-
- "test -d {{.WORK_DIR}}/{{.NAME}}-install"
20-
- "test -f {{.WORK_DIR}}/{{.NAME}}-src.md5"
2115
cmds:
2216
- task: ":utils:cmake-install-remote-tar"
2317
vars:
2418
NAME: "{{.NAME}}"
2519
WORK_DIR: "{{.WORK_DIR}}"
2620
FILE_SHA256: "1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087"
2721
URL: "https://github.com/catchorg/Catch2/archive/refs/tags/v3.8.0.tar.gz"
28-
JOBS: "{{numCPU}}"

0 commit comments

Comments
 (0)