File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Build
3333 run : ./build.sh "/opt/osquery-toolchain"
3434
35- - name : SSH for Debugging
36- if : failure()
37- uses : owenthereal/action-upterm@v1
38- with :
39- limit-access-to-actor : true # Restrict to the user who triggered the workflow
40-
4135 - name : Archive
4236 run : |
4337 cd /opt/osquery-toolchain/final
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ function make_symlink_real() {
224224}
225225
226226function patch_final_config_cmake() {
227- # Make so that ZLIB_ROOT is relative to the Config.cmake,
228- # since we want for it to report
227+ # Make so that ZLIB_ROOT is relative to the Config.cmake, otherwise it will point to an absolute path that is not found in the packaged toolchain.
229228 path_to_config_file=" ${install_dir} /lib/cmake/llvm/LLVMConfig.cmake"
230229 sed -Ei ' s|(set\(ZLIB_ROOT )(.*)|\1"${CMAKE_CURRENT_LIST_DIR}/../../../")|g' " ${path_to_config_file} "
231230}
You can’t perform that action at this time.
0 commit comments