Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/native_full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Component in Native Environment

on:
push:
branches: [ main, 'sprint/**', 'release/**', topic/*, develop, topic/RDKEMW-4129 ]
branches: [ main, 'sprint/**', 'release/**', topic/*, develop ]
pull_request:
branches: [ main, 'sprint/**', 'release/**', topic/*, develop, topic/RDKEMW-4129 ]
branches: [ main, 'sprint/**', 'release/**', topic/*, develop ]

jobs:
build-entservices-on-pr:
Expand Down
10 changes: 4 additions & 6 deletions build_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,20 @@ cd ..
###########################################
# Clone the required repositories

rm -rf iarmbus
rm -rf iarmbus ThunderTools Thunder entservices-apis entservices-testframework gssdp


git clone https://github.com/rdkcentral/iarmbus.git
export IARMBUS_PATH=$GITHUB_WORKSPACE/iarmbus

rm -rf ThunderTools
git clone --branch R4.4.3 https://github.com/rdkcentral/ThunderTools.git

rm -rf Thunder
git clone --branch R4.4.1 https://github.com/rdkcentral/Thunder.git

rm -rf entservices-apis
git clone --branch main https://github.com/rdkcentral/entservices-apis.git

#git clone https://[email protected]/rdkcentral/entservices-testframework.git
git clone https://[email protected]/rdkcentral/entservices-testframework.git

rm -rf gssdp
git clone --branch gssdp-1.2.3 https://gitlab.gnome.org/GNOME/gssdp.git

############################
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

64 changes: 0 additions & 64 deletions entservices-testframework/patches/error_code_R4_4.patch

This file was deleted.

Loading