Skip to content

Commit 01ed581

Browse files
committed
use perl
1 parent c8fea33 commit 01ed581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

centos-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN gclient sync --nohooks -D --force --reset && \
2525
# Workaround for GCC-8 bug
2626
RUN \
2727
sed -i.bak 's|tuple()|tuple{}|g' src/compiler/turboshaft/operations.h &&\
28-
perl -pe 's/::v8::base::kUnreachableCodeMessage/"unreachable code"/g' src/base/logging.h
28+
perl -pi -e 's/::v8::base::kUnreachableCodeMessage/"unreachable code"/g' src/base/logging.h
2929

3030

3131
RUN gn gen ${target} -vv --fail-on-unused-args \

0 commit comments

Comments
 (0)