Skip to content

Commit 72b8e9d

Browse files
authored
[harfbuzz] Upgrade pip (#15316)
Local build fails for me without this.
1 parent 8821492 commit 72b8e9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/harfbuzz/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && apt-get install -y python3-pip ragel pkg-config zlib1g-dev:i386 && \
19+
pip3 install --upgrade pip && \
1920
pip3 install meson==1.2.0 ninja
2021
RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git
2122
WORKDIR harfbuzz

projects/harfbuzz/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ninja -v -j$(nproc) -C $build test/fuzzing/hb-{shape,raster,vector,gpu,subset,re
4444
mv $build/test/fuzzing/hb-{shape,raster,vector,gpu,subset,repacker}-fuzzer $OUT/
4545

4646
# Archive and copy to $OUT seed corpus if the build succeeded.
47-
mkdir all-fonts
47+
mkdir -p all-fonts
4848
for d in \
4949
test/shape/data/in-house/fonts \
5050
test/shape/data/aots/fonts \

0 commit comments

Comments
 (0)