mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-19 07:23:55 +02:00
Apply suggestions from code review
Co-authored-by: CEbbinghaus <git@cebbinghaus.com>
This commit is contained in:
parent
88ccc97264
commit
b25c9fb128
|
@ -54,7 +54,7 @@ RUN --mount=type=cache,id=cargo,target=/cargo \
|
|||
--release; \
|
||||
sccache -s
|
||||
|
||||
# Find and copy dynalcially linked libraries using ldd
|
||||
# Find and copy dynamically linked libraries using ldd
|
||||
# caveat: this actually partially runs the binary, so it doesn't work for cross-compilation
|
||||
RUN <<EOF
|
||||
mkdir -p /out/libs
|
||||
|
|
Loading…
Reference in a new issue