Skip to content

Commit e08e0be

Browse files
committed
Add TODOs for the steps to do for custom runners
Ensure that the quick patches are easily remembered to be removed.
1 parent fc96b22 commit e08e0be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ jobs:
4949
uses: arduino/setup-protoc@v1
5050
with:
5151
repo-token: ${{ secrets.GITHUB_TOKEN }}
52+
# TODO(#2709): Uncomment once this workflow runs in a custom runner
5253
# - name: Update aio-max-nr
5354
# run: echo 1048576 > /proc/sys/fs/aio-max-nr
5455
- name: Build client binary
5556
run: |
5657
cargo install --path linera-service --bin linera --bin linera-server --debug
58+
# TODO(#2709): Remove this step once this workflow runs in a custom runner
5759
- name: Patch Docker compose file to run ScyllaDB in developer mode
5860
run: |
5961
sed -i -e '/SCYLLA_AUTO_CONF/{N;s/command:/ SCYLLA_ENABLE_EXPERIMENTAL: 1/p;N;N;N;N;d}' \
@@ -62,6 +64,7 @@ jobs:
6264
run: |
6365
cd docker
6466
./compose.sh
67+
# TODO(#2709): Uncomment once this workflow runs in a custom runner
6568
# - name: Setup upterm session
6669
# uses: lhotari/action-upterm@v1
6770
- name: Sync

0 commit comments

Comments
 (0)