File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,13 @@ jobs:
49
49
uses : arduino/setup-protoc@v1
50
50
with :
51
51
repo-token : ${{ secrets.GITHUB_TOKEN }}
52
+ # TODO(#2709): Uncomment once this workflow runs in a custom runner
52
53
# - name: Update aio-max-nr
53
54
# run: echo 1048576 > /proc/sys/fs/aio-max-nr
54
55
- name : Build client binary
55
56
run : |
56
57
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
57
59
- name : Patch Docker compose file to run ScyllaDB in developer mode
58
60
run : |
59
61
sed -i -e '/SCYLLA_AUTO_CONF/{N;s/command:/ SCYLLA_ENABLE_EXPERIMENTAL: 1/p;N;N;N;N;d}' \
62
64
run : |
63
65
cd docker
64
66
./compose.sh
67
+ # TODO(#2709): Uncomment once this workflow runs in a custom runner
65
68
# - name: Setup upterm session
66
69
# uses: lhotari/action-upterm@v1
67
70
- name : Sync
You can’t perform that action at this time.
0 commit comments