Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ subpackages:
- libnetfilter_cthelper
- libnetfilter_cttimeout
- libnetfilter_queue
- glibc
pipeline:
- assertions:
required-steps: 1
Expand Down Expand Up @@ -225,6 +226,7 @@ subpackages:
- libelf
- zlib
- libbpf
- glibc
pipeline:
- working-directory: felix
- runs: |
Expand Down Expand Up @@ -291,6 +293,9 @@ subpackages:
./felix/fv/test-workload

- name: "calico-cni"
dependencies:
runtime:
- glibc
pipeline:
# NOTE: cni is a multicall binary: https://github.com/projectcalico/calico/blob/master/cni-plugin/cmd/calico/calico.go
- uses: go/build
Expand Down Expand Up @@ -323,6 +328,9 @@ subpackages:
ln -sf /usr/bin/calico-cni "${{targets.subpkgdir}}"/opt/cni/bin/install

- name: "calico-apiserver"
dependencies:
runtime:
- glibc
pipeline:
- uses: go/build
with:
Expand All @@ -340,6 +348,9 @@ subpackages:
ldflags: "-s -w -X github.com/projectcalico/calico/cmd/apiserver/server.VERSION=${{package.version}}) -X github.com/projectcalico/calico/cmd/apiserver/server.BUILD_DATE=$(date -u +'%FT%T%z') -X github.com/projectcalico/calico/cmd/apiserver/server.GIT_DESCRIPTION=$(git describe --tags) -X github.com/projectcalico/calico/cmd/apiserver/server.GIT_REVISION=$(git rev-parse --short HEAD)"

- name: "calico-app-policy"
dependencies:
runtime:
- glibc
pipeline:
- uses: go/build
with:
Expand Down Expand Up @@ -377,6 +388,9 @@ subpackages:

- name: "calico-pod2daemon"
description: "The calico pod2daemon components"
dependencies:
runtime:
- glibc
pipeline:
- uses: go/build
with:
Expand Down