make PR-15405 application explicit in logs
This commit is contained in:
@@ -50,10 +50,13 @@ RUN chmod +x /opt/apply-rocwmma-fix.sh && /opt/apply-rocwmma-fix.sh /opt/llama.c
|
||||
# build
|
||||
RUN git clean -xdf \
|
||||
&& if [ "${APPLY_LLAMA_PR_15405}" = "1" ]; then \
|
||||
echo "Applying llama.cpp PR 15405"; \
|
||||
git config user.email "builder@localhost"; \
|
||||
git config user.name "Container Builder"; \
|
||||
git fetch origin pull/15405/head:pr-15405; \
|
||||
git merge --no-edit pr-15405; \
|
||||
else \
|
||||
echo "Skipping llama.cpp PR 15405"; \
|
||||
fi \
|
||||
&& git submodule update --recursive \
|
||||
&& cmake -S . -B build \
|
||||
|
||||
Reference in New Issue
Block a user