Skip to content

Commit

Permalink
fixup! refactor: CI pipeline to build CPP SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 15, 2024
1 parent 89f2aec commit a21cc3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ function generate_cpp_sdk_source_code(){
echo " ************ Genrate Source Code for ${sdk_name^} CPP SDK ************"

FIREBOLT_VERSION=1.3.0-next.1
# cp -rf /__w/${sdk_name}-sdk/src/sdks/${sdk_name}/ src/sdks/
cd src/sdks/${sdk_name}
npm run cpp
}
Expand All @@ -242,7 +241,7 @@ function build_cpp_sdk() {

echo " ************ Build ${sdk_name^} CPP SDK ************"

cd /__w/firebolt-apis/src/sdks/${sdk_name}/build/cpp/src/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}/
cd /__w/firebolt-apis/firebolt-apis/src/sdks/${sdk_name}/build/cpp/src/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}/
chmod +x ./build.sh

./build.sh -s "/__w/thunder/install/" || exit 9999
Expand Down

0 comments on commit a21cc3b

Please sign in to comment.