Skip to content

Commit 0896762

Browse files
committed
fix: enforce exec bit
1 parent c996229 commit 0896762

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

l2/_op_rbuilder/mkosi.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

l2/_simulator/mkosi.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

l2/_unichain_builder/mkosi.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

l2/mkosi.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/*
5960
mkdir -p "$DESTDIR/opt/google-cloud-ops-agent/subagents"
6061
ln -s /opt/fluent-bit "$DESTDIR/opt/google-cloud-ops-agent/subagents/fluent-bit"
6162
sed -i 's|@PREFIX@|/opt/google-cloud-ops-agent|g; s|@SYSCONFDIR@|/etc|g' "$DESTDIR/usr/lib/systemd/system/google-cloud-ops-agent"*.service

0 commit comments

Comments
 (0)