Skip to content

Commit

Permalink
PR #12303 from maloel: remove ppa install for GHA and fix U22 log files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Oct 17, 2023
2 parents 6d3bb1c + 6d1963f commit 07c6830
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/buildsCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ jobs:
cd scripts && ./api_check.sh && cd ..
mkdir build && cd build
export LRS_LOG_LEVEL="DEBUG";
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test;
sudo apt-get update;
sudo apt-get install -qq build-essential xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev libglm-dev;
sudo apt-get install -qq libusb-1.0-0-dev;
Expand Down Expand Up @@ -289,7 +288,7 @@ jobs:
- name: Upload RS log artifact
uses: actions/upload-artifact@v3
with:
name: Log file - U20_ST_Py_EX_CfU_LiveTest
name: Log file - U22_ST_Py_EX_CfU_LiveTest
path: build/*.log

- name: Provide correct exit status for job
Expand All @@ -313,7 +312,6 @@ jobs:
- name: Prebuild
shell: bash
run: |
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test;
sudo apt-get update;
sudo apt-get install -qq build-essential xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev libglm-dev;
sudo apt-get install -qq libusb-1.0-0-dev;
Expand Down Expand Up @@ -357,7 +355,6 @@ jobs:
- name: Prebuild
shell: bash
run: |
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test;
sudo apt-get update;
sudo apt-get install -qq build-essential xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev libglm-dev;
sudo apt-get install -qq libusb-1.0-0-dev;
Expand Down Expand Up @@ -417,7 +414,6 @@ jobs:
set -x
mkdir build
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test;
sudo apt-get update;
sudo apt-get install -qq build-essential xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev libglm-dev;
sudo apt-get install -qq libusb-1.0-0-dev;
Expand Down Expand Up @@ -445,7 +441,7 @@ jobs:
- name: Upload RS log artifact
uses: actions/upload-artifact@v3
with:
name: Log file - U20_SH_RSUSB_LiveTest
name: Log file - U22_SH_RSUSB_LiveTest
path: build/*.log

- name: Provide correct exit status for job
Expand Down Expand Up @@ -513,7 +509,6 @@ jobs:
mkdir build
wget https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip;
unzip -q android-ndk-r20b-linux-x86_64.zip -d ./;
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test;
sudo apt-get update;
sudo apt-get install -qq build-essential xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev libglm-dev;
sudo apt-get install -qq libusb-1.0-0-dev;
Expand Down

0 comments on commit 07c6830

Please sign in to comment.