File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 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
88
99# Only install BCC tracing packages in Cirrus CI.
1010if [[ " ${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
1511 export BPFCC_PACKAGE=" bpfcc-tools"
1612else
17- export ADD_UNTRUSTED_BPFCC_PPA=false
1813 export BPFCC_PACKAGE=" "
1914fi
2015
Original file line number Diff line number Diff line change @@ -21,14 +21,6 @@ if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
2121 ${CI_RETRY_EXE} bash -c " dnf -y install epel-release"
2222 ${CI_RETRY_EXE} bash -c " dnf -y --allowerasing install $CI_BASE_PACKAGES $PACKAGES "
2323elif [ " $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
3224 if [[ -n " ${APPEND_APT_SOURCES_LIST} " ]]; then
3325 echo " ${APPEND_APT_SOURCES_LIST} " >> /etc/apt/sources.list
3426 fi
You can’t perform that action at this time.
0 commit comments