Skip to content

Commit

Permalink
fix[homekit]: add rustc package to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Dec 5, 2023
1 parent 2866aae commit 23cb2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
fi
if [[ "$i" =~ ^(eq3bt|gfprobt|ble_reset|blue_connect|object_detection)$ ]]; then
ADD_PKGS="cmake ninja-build"
elif [[ "$i" =~ ^(seatconnect|skodaconnect|miio|xiaomi_gateway3|xiaomi_gateway3_device|pyit600|esphome|tuya)$ ]]; then
elif [[ "$i" =~ ^(seatconnect|skodaconnect|miio|xiaomi_gateway3|xiaomi_gateway3_device|pyit600|esphome|tuya|homekit)$ ]]; then
ADD_PKGS="rustc cargo"
fi
JSON=$(echo $JSON | jq -c --argjson REQUIREMENTS $REQS --arg PACKAGES "$ADD_PKGS" --arg M "$i" '.include += [{"module": $M, "requirements": $REQUIREMENTS, "PKGS" : $PACKAGES} ]')
Expand Down Expand Up @@ -177,8 +177,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
type=gha,scope=base_stage_cross
type=gha,scope=runtime-stage_cross-${{ matrix.module }}_${{ hashFiles('./requirements_mod.txt') }}
# type=gha,scope=runtime-stage_cross
# type=gha,scope=runtime-stage_cross-${{ matrix.module }}_${{ hashFiles('./requirements_mod.txt') }}
build-args: |
PKGS=${{ matrix.PKGS }}
Expand Down

0 comments on commit 23cb2d2

Please sign in to comment.