Skip to content

Commit

Permalink
[GLUTEN-2002][VL] Build: add boost sort lib in static linking job (fa…
Browse files Browse the repository at this point in the history
…cebookincubator#1995)

* add missing boost sort lib in static linking job

Signed-off-by: Yuan Zhou <[email protected]>

* trigger github tests if change dev scripts

Signed-off-by: Yuan Zhou <[email protected]>

---------

Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan authored Jun 19, 2023
1 parent 320ee31 commit 32dd269
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ on:
- 'cpp/CMake/**'
- 'cpp/velox/**'
- 'cpp/core/**'
- 'dev**'
# - 'substrait/substrait-spark/**'


Expand Down
11 changes: 6 additions & 5 deletions dev/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,20 @@
"features": ["zstd", "lz4", "lzma", "snappy"]
},
"boost-atomic",
"boost-process",
"boost-context",
"boost-circular-buffer",
"boost-date-time",
"boost-format",
"boost-filesystem",
"boost-program-options",
"boost-process",
"boost-regex",
"boost-system",
"boost-stacktrace",
"boost-sort",
"boost-thread",
"boost-multiprecision",
"boost-stacktrace",
"boost-uuid",
"boost-circular-buffer",
"boost-format",
"gtest",
"xsimd",
"xxhash",
Expand Down Expand Up @@ -96,4 +97,4 @@
"overrides": [
{ "name": "fmt", "version": "8.0.1" }
]
}
}

0 comments on commit 32dd269

Please sign in to comment.