Skip to content

Commit 0ec9e0b

Browse files
authored
Fix Dockerfile build command for moxygen
1 parent a5df9bf commit 0ec9e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ COPY . .
6161
RUN ./build/fbcode_builder/getdeps.py install-system-deps --recursive moxygen
6262

6363
# Limit parallelism to 2 jobs to avoid OOM on GitHub Actions runners (7GB RAM)
64-
RUN ./build/fbcode_builder/getdeps.py build --allow-system-packages --num-jobs 2 --verbose moxygen 2>&1 || \
64+
RUN ./build/fbcode_builder/getdeps.py build --allow-system-packages --verbose moxygen 2>&1 || \
6565
(echo "=== Build failed, showing logs ===" && \
6666
find /tmp -name "*.log" -type f -exec echo "=== {} ===" \; -exec cat {} \; 2>/dev/null; \
6767
exit 1)

0 commit comments

Comments
 (0)