We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232afaa commit 94be7b8Copy full SHA for 94be7b8
devops/containers/release_build.Dockerfile
@@ -23,7 +23,7 @@ RUN dnf -y install https://repo.radeon.com/amdgpu-install/6.4.1/rhel/8.10/amdgpu
23
# Build zstd static library from sources
24
RUN git clone https://github.com/facebook/zstd.git /tmp/zstd && \
25
cd /tmp/zstd && \
26
- make && \
+ CFLAGS="-fPIE" make && \
27
make install && \
28
rm -rf /tmp/zstd
29
0 commit comments