Skip to content

Commit

Permalink
fix: Debug core sdk issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 20, 2024
1 parent 0f05734 commit 716f779
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,22 @@ function buildCoreCPPSDK() {
chmod +x ./build.sh
sed -i -e 's/prefix=/prefix /g' build.sh
cat ./build.sh

echo "***************** CMakeLists *****************"
cat CMakeLists.txt

echo "***************** CMakeLists in src *****************"
cat src/CMakeLists.txt

echo "***************** firebolt.h *****************"
cat include/firebolt.h

echo "***************** discovery_impl.cpp *****************"
cat src/discovery_impl.cpp

echo "***************** metrics_impl.cpp *****************"
cat src/metrics_impl.cpp

./build.sh -s "$current_dir/install" || exit 9999
./build.sh -f "$current_dir/data/firebolt-core-native-sdk-${FIREBOLT_VERSION}/build/Firebolt" -s "$current_dir/install"

Expand Down

0 comments on commit 716f779

Please sign in to comment.