Skip to content

Commit

Permalink
fix: bc
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Nov 20, 2024
1 parent d5bc0e5 commit 6927117
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
type: string
steps:
- checkout
- run: apt update && apt install -y jq lsof
- run: apt update && apt install -y bc jq lsof
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: (cd .circleci/ && ./installJava.sh)
- run: make dev-install
Expand All @@ -41,7 +41,7 @@ jobs:
type: string
steps:
- checkout
- run: apt update && apt install -y jq lsof
- run: apt update && apt install -y bc jq lsof
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 20)
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
Expand All @@ -60,7 +60,7 @@ jobs:
parallelism: 4
steps:
- checkout
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand All @@ -80,7 +80,7 @@ jobs:
parallelism: 4
steps:
- checkout
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand All @@ -100,7 +100,7 @@ jobs:
parallelism: 4
steps:
- checkout
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand All @@ -120,7 +120,7 @@ jobs:
parallelism: 4
steps:
- checkout
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand All @@ -140,7 +140,7 @@ jobs:
parallelism: 4
steps:
- checkout
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand All @@ -160,7 +160,7 @@ jobs:
parallelism: 4
steps:
- checkout
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand All @@ -182,7 +182,7 @@ jobs:
parallelism: 4
steps:
- checkout
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand All @@ -206,7 +206,7 @@ jobs:
- checkout
- attach_workspace:
at: /
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
- checkout
- attach_workspace:
at: /
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- checkout
- attach_workspace:
at: /
- run: apt update && apt install -y jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: apt update && apt install -y bc jq lsof libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libxss1 libasound2 libxshmfence1 xvfb
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 16)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand Down

0 comments on commit 6927117

Please sign in to comment.