File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ build_rust_package \
2020 " ${OP_RBUILDER_REF} " \
2121 " https://github.com/flashbots/op-rbuilder.git" \
2222 " " " " " -g"
23+ chmod +x $DESTDIR /usr/bin/op-rbuilder
2324
2425# build tdx-quote-provider
2526
@@ -28,6 +29,7 @@ build_rust_package \
2829 " ${TDX_QUOTE_PROVIDER_REF} " \
2930 " https://github.com/flashbots/op-rbuilder.git" \
3031 " " " " " -g"
32+ chmod +x $DESTDIR /usr/bin/tdx-quote-provider
3133
3234# build rproxy
3335
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ build_rust_package \
2020 " ${SIMULATOR_REF} " \
2121 " https://github.com/flashbots/simulator.git" \
2222 " " " " " -g"
23+ chmod +x $DESTDIR /usr/bin/simulator
2324
2425# build rproxy
2526
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ build_rust_package \
2727 " ${UNICHAIN_BUILDER_REF} " \
2828 " https://github.com/flashbots/unichain-builder.git" \
2929 " " " " " -g"
30+ chmod +x $DESTDIR /usr/bin/unichain-builder
3031
3132# build tdx-quote-provider
3233
@@ -35,6 +36,7 @@ build_rust_package \
3536 " ${TDX_QUOTE_PROVIDER_REF} " \
3637 " https://github.com/flashbots/op-rbuilder.git" \
3738 " " " " " -g"
39+ chmod +x $DESTDIR /usr/bin/tdx-quote-provider
3840
3941# build rproxy
4042
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ make_git_package \
5656 " out/libexec:/opt/google-cloud-ops-agent/libexec" \
5757 " systemd/google-cloud-ops-agent-fluent-bit.service:/usr/lib/systemd/system/google-cloud-ops-agent-fluent-bit.service" \
5858 " systemd/google-cloud-ops-agent.service:/usr/lib/systemd/system/google-cloud-ops-agent.service"
59+ chmod +x $DESTDIR /opt/google-cloud-ops-agent/libexec/*
5960mkdir -p " $DESTDIR /opt/google-cloud-ops-agent/subagents"
6061ln -s /opt/fluent-bit " $DESTDIR /opt/google-cloud-ops-agent/subagents/fluent-bit"
6162sed -i ' s|@PREFIX@|/opt/google-cloud-ops-agent|g; s|@SYSCONFDIR@|/etc|g' " $DESTDIR /usr/lib/systemd/system/google-cloud-ops-agent" * .service
You can’t perform that action at this time.
0 commit comments