Skip to content

Commit 14e4abb

Browse files
author
colinlyguo
committed
temporary mask common CI building due to not being able to configure multiple SSH clients
1 parent 77aa7b6 commit 14e4abb

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

.github/workflows/common.yml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,11 @@ jobs:
4242
uses: Swatinem/rust-cache@v2
4343
with:
4444
workspaces: "common/libzkp/impl -> target"
45-
- name: Setup SSH for private repositories
46-
run: |
47-
mkdir -p ~/.ssh
48-
chmod 700 ~/.ssh
49-
50-
(
51-
echo "${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}"
52-
echo ""
53-
echo "${{ secrets.OPENVM_STARK_GPU_SSH_PRIVATE_KEY }}"
54-
echo ""
55-
echo "${{ secrets.PLONKY3_GPU_SSH_PRIVATE_KEY }}"
56-
) > ~/.ssh/all_keys
57-
58-
chmod 600 ~/.ssh/all_keys
59-
eval "$(ssh-agent -s)" > /dev/null
60-
ssh-add ~/.ssh/all_keys 2>/dev/null
61-
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts 2>/dev/null
62-
echo "Number of loaded keys: $(ssh-add -l | wc -l)"
63-
- name: Lint
64-
working-directory: 'common'
65-
run: |
66-
rm -rf $HOME/.cache/golangci-lint
67-
make lint
45+
# - name: Lint
46+
# working-directory: 'common'
47+
# run: |
48+
# rm -rf $HOME/.cache/golangci-lint
49+
# make lint
6850
goimports-lint:
6951
if: github.event.pull_request.draft == false
7052
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)