Skip to content

Commit

Permalink
Don't prepend STAGING_DIR_HOST to PATH
Browse files Browse the repository at this point in the history
This causes the OpenWrt prereq-build step to get confused since it is looking
for host binaries on PATH and then symlinks them into that directory.
  • Loading branch information
ksperling-apple committed May 21, 2024
1 parent 2d11a31 commit d800d27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .containers/matter-openwrt-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ LABEL org.opencontainers.image.description="Pre-warmed OpenWrt SDK"
ARG SRC_PACKAGES="glib2 openssl ubus"
ARG CFG_PACKAGES="glib2 libopenssl libubus"

# Add host tools from WORKDIR (/builder) to PATH
ENV PATH="/builder/staging_dir/host/bin:$PATH"
RUN set -x && \
grep -w 'base\|packages' feeds.conf.default > feeds.conf && \
./scripts/feeds update -a && \
Expand Down

0 comments on commit d800d27

Please sign in to comment.