Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ case "$REPO_FULL_NAME" in
dub run pyd:setup
source pyd_set_env_vars.sh python3
export PYTHON_LIB_DIR=/usr/lib
# help dpp/libclang find libclang.so
export LIBRARY_PATH=/usr/lib/llvm-18/lib
dub test
;;

Expand Down