tris: make the boring incremental build deterministic
HEAD is currently breaking the build.
这个提交包含在:
父节点
7d575cd9ba
当前提交
44343a1e4d
@ -11,6 +11,9 @@ RUN apk add --update \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN git clone https://boringssl.googlesource.com/boringssl
|
||||
|
||||
# Cacheable layer of compilation, to make the next incremental
|
||||
RUN cd boringssl && git checkout 9b885c5
|
||||
RUN mkdir boringssl/build
|
||||
RUN cd boringssl/build && cmake -GNinja ..
|
||||
RUN cd boringssl && ninja -C build
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户