Skip to content

Commit 944b92d

Browse files
committed
Does not work
1 parent c76237c commit 944b92d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rocky-8/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ RUN patch -p0 -i /tmp/gcc-8.diff
4040
RUN \
4141
echo "checkout_google_benchmark = false" > /v8/build/config/gclient_args.gni
4242

43-
RUN \
44-
cd /usr/bin &&\
45-
ln -s g++ $(uname -m)-linux-gnu-g++ &&\
46-
ln -s gcc $(uname -m)-linux-gnu-gcc &&\
47-
ln -s ar $(uname -m)-linux-gnu-ar
48-
4943
RUN cd /v8 &&\
5044
gn gen v8.static -vv --fail-on-unused-args \
5145
--args='v8_monolithic=true \
@@ -61,7 +55,6 @@ RUN cd /v8 &&\
6155
v8_enable_i18n_support=false \
6256
v8_use_external_startup_data=false \
6357
use_custom_libcxx=false \
64-
arm_control_flow_integrity="none" \
6558
use_sysroot=false'
6659

6760
RUN cd /v8 && ninja -C v8.static -j2 "v8_monolith" "d8"

0 commit comments

Comments
 (0)