We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76237c commit 944b92dCopy full SHA for 944b92d
rocky-8/Dockerfile
@@ -40,12 +40,6 @@ RUN patch -p0 -i /tmp/gcc-8.diff
40
RUN \
41
echo "checkout_google_benchmark = false" > /v8/build/config/gclient_args.gni
42
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
-
49
RUN cd /v8 &&\
50
gn gen v8.static -vv --fail-on-unused-args \
51
--args='v8_monolithic=true \
@@ -61,7 +55,6 @@ RUN cd /v8 &&\
61
55
v8_enable_i18n_support=false \
62
56
v8_use_external_startup_data=false \
63
57
use_custom_libcxx=false \
64
- arm_control_flow_integrity="none" \
65
58
use_sysroot=false'
66
59
67
60
RUN cd /v8 && ninja -C v8.static -j2 "v8_monolith" "d8"
0 commit comments