Skip to content

Commit

Permalink
Build picojson in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Oct 17, 2024
1 parent 1b1688f commit 90c4387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ download_build_component aws "$SCRIPTS_DIR/build_awssdk.sh" "$target"
download_build_component azure "$SCRIPTS_DIR/build_azuresdk.sh" "$target"
download_build_component cmocka "$SCRIPTS_DIR/build_cmocka.sh" "$target"
download_build_component arrow "$SCRIPTS_DIR/build_arrow.sh" "$target"
download_build_component picojson "$SCRIPTS_DIR/build_picojson.sh" "$target"

# very tight diskspace limit on github runners, clear deps folder with all .o files
if [[ -n "$GITHUB_ACTIONS" ]]; then
Expand Down

0 comments on commit 90c4387

Please sign in to comment.