Skip to content

Commit

Permalink
libcouchbase: install zstd for cowbuilder jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Feb 8, 2023
1 parent ab7ac0c commit 24bcbaf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion libcouchbase/Jenkinsfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/<%= codename %>-<%= arch %>.cow \
--distribution <%= codename %> \
Expand Down
14 changes: 7 additions & 7 deletions libcouchbase/lcb-lnx-scripted-build-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/jammy-amd64.cow \
--distribution jammy \
Expand Down Expand Up @@ -560,7 +560,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/focal-amd64.cow \
--distribution focal \
Expand Down Expand Up @@ -611,7 +611,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/bionic-amd64.cow \
--distribution bionic \
Expand Down Expand Up @@ -662,7 +662,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/xenial-amd64.cow \
--distribution xenial \
Expand Down Expand Up @@ -713,7 +713,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/stretch-amd64.cow \
--distribution stretch \
Expand Down Expand Up @@ -764,7 +764,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/buster-amd64.cow \
--distribution buster \
Expand Down Expand Up @@ -815,7 +815,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/bullseye-amd64.cow \
--distribution bullseye \
Expand Down
4 changes: 2 additions & 2 deletions libcouchbase/lcb-scripted-build-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/bionic-amd64.cow \
--distribution bionic \
Expand Down Expand Up @@ -605,7 +605,7 @@ pipeline {
}
steps {
sh("""
sudo apt-get install cowbuilder && \
sudo apt-get update && sudo apt-get install -y zstd cowbuilder && \
sudo cowbuilder --create \
--basepath /var/cache/pbuilder/buster-amd64.cow \
--distribution buster \
Expand Down

0 comments on commit 24bcbaf

Please sign in to comment.