Skip to content

Commit 0a52b68

Browse files
committed
Fix unbound variable.
1 parent 292b7c9 commit 0a52b68

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pkgci_build_packages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Build shortfin
4848
env:
4949
OVERRIDE_PYTHON_VERSIONS: cp311-cp311
50+
SHORTFIN_ENABLE_TRACING: "OFF"
5051
run: |
5152
./shortfin/build_tools/build_linux_package.sh
5253
- name: Build shark-ai

shortfin/build_tools/build_linux_package.sh

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ARCH="$(uname -m)"
4444
MANYLINUX_DOCKER_IMAGE="${MANYLINUX_DOCKER_IMAGE:-quay.io/pypa/manylinux2014_${ARCH}:latest}"
4545
PYTHON_VERSIONS="${OVERRIDE_PYTHON_VERSIONS:-cp311-cp311 cp312-cp312 cp313-cp313}"
4646
OUTPUT_DIR="${OUTPUT_DIR:-${THIS_DIR}/wheelhouse}"
47+
SHORTFIN_ENABLE_TRACING="${SHORTFIN_ENABLE_TRACING:ON}"
4748

4849
function run_on_host() {
4950
echo "Running on host"

0 commit comments

Comments
 (0)