Skip to content

Commit

Permalink
utils.sh: use commit hash for ESP-ADF
Browse files Browse the repository at this point in the history
We currently point to the willow branch of our ESP-ADF fork. As long as
we don't update that branch, this is fine, but once this branch gets
updated, rebuilding Willow would result in a different binary, even when
building a tag. This makes bisecting near impossible.

Use a commit hash instead of a branch name to avoid above problems.
  • Loading branch information
stintel committed Sep 5, 2023
1 parent 1e6f673 commit f1ec5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY container.gitconfig /root/.gitconfig
ENV PATH="$PATH:/willow/.local/bin"
WORKDIR /willow

ENV ADF_VER="willow"
ENV ADF_VER="5cb9820cc1070e629d3439839f4449a61d3c53d6"
RUN \
cd /opt/esp/idf && \
curl https://raw.githubusercontent.com/toverainc/esp-adf/$ADF_VER/idf_patches/idf_v4.4_freertos.patch | patch -p1

0 comments on commit f1ec5ea

Please sign in to comment.