Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Xin <[email protected]>
  • Loading branch information
gyohuangxin committed Sep 23, 2024
1 parent e586461 commit c9f5dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ common --experimental_allow_tags_propagation
build:linux --copt=-fdebug-types-section
build:linux --copt=-fPIC
build:linux --copt=-Wno-deprecated-declarations
build:linux --cxxopt=-std=c++20 --host_cxxopt=-std=c++20
build:linux --cxxopt=-std=c++2a --host_cxxopt=-std=c++2a
build:linux --cxxopt=-fsized-deallocation --host_cxxopt=-fsized-deallocation
build:linux --conlyopt=-fexceptions
build:linux --fission=dbg,opt
Expand Down
2 changes: 1 addition & 1 deletion ci/run_envoy_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else
&& usermod -a -G pcap envoybuild \
&& chown envoybuild:envoygroup ${BUILD_DIR_MOUNT_DEST} `# Salvo unique` \
&& chown envoybuild /proc/self/fd/2 \
&& apt-get update && apt -y install libcairo2-dev python3-virtualenv python3-dev g++ build-essential `# Salvo unique` \
&& apt-get update && apt -y install libcairo2-dev python3-virtualenv python3-dev g++ build-essential && apt-get -y upgrade`# Salvo unique` \
&& sudo -EHs -u envoybuild bash -c 'cd ${ENVOY_DOCKER_SOURCE_DIR} && $*'")
fi

Expand Down

0 comments on commit c9f5dd3

Please sign in to comment.