Skip to content

Commit

Permalink
I can fix it.
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 9, 2024
1 parent 5f3984d commit 6b5952e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: build
strategy:
matrix:
hosts: [ubuntu-18.04, ubuntu-20.04]
hosts: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
cpu: ["nocpuspecific"]
runs-on: ${{ matrix.hosts }}
steps:
Expand Down
5 changes: 4 additions & 1 deletion build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ BASE_VERSION=$3
BUILD_NUMBER=$4
GPG_KEYNAME=$5
APT_CLI_VERSION="apt-cli-1.7"
export DEBEMAIL="gpg@r2cloud.ru"

DEBEMAIL="gpg@r2cloud.ru"
DEBFULLNAME="r2cloud"
export DEBEMAIL DEBFULLNAME

. ./configure_flags.sh ${CPU}

Expand Down
4 changes: 2 additions & 2 deletions configure_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
sudo apt-get update
sudo apt-get install -y dirmngr lsb-release
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A5A70917
sudo bash -c "echo \"deb http://apt.leosatdata.com $(lsb_release --codename --short) main\" > /etc/apt/sources.list.d/r2cloud.list"
sudo bash -c "echo \"deb http://apt.leosatdata.com/cpu-generic $(lsb_release --codename --short) main\" > /etc/apt/sources.list.d/r2cloud-generic.list"
sudo bash -c "echo \"deb http://r2cloud.s3.amazonaws.com $(lsb_release --codename --short) main\" > /etc/apt/sources.list.d/r2cloud.list"
sudo bash -c "echo \"deb http://r2cloud.s3.amazonaws.com/cpu-generic $(lsb_release --codename --short) main\" > /etc/apt/sources.list.d/r2cloud-generic.list"
sudo apt-get update
sudo apt-get install -y debhelper git-buildpackage cmake libvolk2-dev libprotobuf-c-dev libconfig-dev check libiio-dev

Expand Down

0 comments on commit 6b5952e

Please sign in to comment.