Skip to content

Commit

Permalink
update thunder and rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
ksentak committed Aug 22, 2024
1 parent cd6a2e0 commit 21ffcb8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,21 @@ jobs:
run: |
.github/workflows/utils.sh generateSource
# - name: Clone and Install Thunder
# if: env.build_cpp_source == 'true'
# id: install_thunder
# run: |
# .github/workflows/utils.sh cloneAndInstallThunder
- name: Clone and Install Thunder
if: env.build_cpp_source == 'true'
id: install_thunder
run: |
.github/workflows/utils.sh cloneAndInstallThunder
# - name: Build Core SDK CPP
# if: env.build_cpp_source == 'true'
# id: build_core_cpp
# run: |
# .github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION
- name: Build Core SDK CPP
if: env.build_cpp_source == 'true'
id: build_core_cpp
run: |
.github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION
# - name: Upload SDK artifact
# if: success()
# uses: actions/upload-artifact@v3
# with:
# name: core-sdk
# path: firebolt-apis/src/sdks/core/build/cpp/src/*.tgz
- name: Upload SDK artifact
if: success()
uses: actions/upload-artifact@v3
with:
name: core-sdk
path: firebolt-apis/src/sdks/core/build/cpp/src/*.tgz
4 changes: 4 additions & 0 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ function cloneAndInstallThunder() {
-DBUILD_SHARED_LIBS=ON \
-DBINDING="127.0.0.1" \
-DCMAKE_BUILD_TYPE="Debug" \
-DCMAKE_SYSTEM_NAME=Linux \
-DCMAKE_SYSTEM_PROCESSOR=armv7-a \
-DCMAKE_C_COMPILER=${CC} \
-DCMAKE_CXX_COMPILER=${CXX} \
-DCMAKE_INSTALL_PREFIX="install/usr" \
-DCMAKE_MODULE_PATH="${PWD}/install/usr/include/WPEFramework/Modules" \
-DDATA_PATH="${PWD}/install/usr/share/WPEFramework" \
Expand Down

0 comments on commit 21ffcb8

Please sign in to comment.