Skip to content

Commit

Permalink
Build spec must be specified in the dynamic section
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Apr 18, 2024
1 parent 20b4220 commit 3cd5cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ version: 0.2
batch:
build-matrix:
static:
buildspec: ./tests/ci/codebuild/common/run_simple_target_with_apt_dependencies.yml
env:
type: LINUX_CONTAINER
privileged-mode: false
compute-type: BUILD_GENERAL1_SMALL
variables:
AWS_LC_CI_DEPENDENCIES: "cmake"
dynamic:
buildspec: ./tests/ci/codebuild/common/run_simple_target_with_apt_dependencies.yml
env:
variables:
AWS_LC_CI_TARGET:
Expand Down

0 comments on commit 3cd5cda

Please sign in to comment.