Commit f952e67 1 parent 1232c2f commit f952e67 Copy full SHA for f952e67
File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,8 @@ export LC_ALL=C.UTF-8
8
8
9
9
# Only install BCC tracing packages in Cirrus CI.
10
10
if [[ " ${CIRRUS_CI} " == " true" ]]; then
11
- # We install an up-to-date 'bpfcc-tools' package from an untrusted PPA.
12
- # This can be dropped with the next Ubuntu or Debian release that includes up-to-date packages.
13
- # See the if-then in ci/test/04_install.sh too.
14
- export ADD_UNTRUSTED_BPFCC_PPA=true
15
11
export BPFCC_PACKAGE=" bpfcc-tools"
16
12
else
17
- export ADD_UNTRUSTED_BPFCC_PPA=false
18
13
export BPFCC_PACKAGE=" "
19
14
fi
20
15
Original file line number Diff line number Diff line change @@ -21,14 +21,6 @@ if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
21
21
${CI_RETRY_EXE} bash -c " dnf -y install epel-release"
22
22
${CI_RETRY_EXE} bash -c " dnf -y --allowerasing install $CI_BASE_PACKAGES $PACKAGES "
23
23
elif [ " $CI_USE_APT_INSTALL " != " no" ]; then
24
- if [[ " ${ADD_UNTRUSTED_BPFCC_PPA} " == " true" ]]; then
25
- # Ubuntu 22.04 LTS and Debian 11 both have an outdated bpfcc-tools packages.
26
- # The iovisor PPA is outdated as well. The next Ubuntu and Debian releases will contain updated
27
- # packages. Meanwhile, use an untrusted PPA to install an up-to-date version of the bpfcc-tools
28
- # package.
29
- # TODO: drop this once we can use newer images in GCE
30
- add-apt-repository ppa:hadret/bpfcc
31
- fi
32
24
if [[ -n " ${APPEND_APT_SOURCES_LIST} " ]]; then
33
25
echo " ${APPEND_APT_SOURCES_LIST} " >> /etc/apt/sources.list
34
26
fi
You can’t perform that action at this time.
0 commit comments