Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio committed Jan 17, 2025
1 parent 905f8de commit 891432b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/revive-llvm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ jobs:
steps:
- uses: actions/checkout@v4

# # TODO: move this setup into a reusable docker image;
# - name: Install solc
# run: |
# mkdir -p solc
# curl -sSL --output solc/solc https://github.com/ethereum/solidity/releases/download/v0.8.28/solc-static-linux
# chmod +x solc/solc
# echo "$(pwd)/solc/" >> $GITHUB_PATH
#
# - name: Install LLVM
# run: |
# curl -sSL --output llvm.tar.xz https://github.com/paritytech/revive/releases/download/v0.1.0-dev.7/clang+llvm-18.1.8-x86_64-linux-gnu-ubuntu-24.04.tar.xz
# mkdir llvm18
# tar Jxf llvm.tar.xz -C llvm18/
# echo "LLVM_SYS_181_PREFIX=$(pwd)/llvm18" >> $GITHUB_ENV
#
- name: Install apt dependencies
run: |
sudo apt update
sudo apt install -y cmake ninja-build curl git libssl-dev pkg-config clang lld musl
sudo apt install -y cmake ninja-build curl git libssl-dev pkg-config clang lld musl xz
# # TODO: move this setup into a reusable docker image;
- name: Install solc
run: |
mkdir -p solc
curl -sSL --output solc/solc https://github.com/ethereum/solidity/releases/download/v0.8.28/solc-static-linux
chmod +x solc/solc
echo "$(pwd)/solc/" >> $GITHUB_PATH
- name: Install LLVM
run: |
curl -sSL --output llvm.tar.xz https://github.com/paritytech/revive/releases/download/v0.1.0-dev.7/clang+llvm-18.1.8-x86_64-linux-gnu-ubuntu-24.04.tar.xz
mkdir llvm18
tar Jxf llvm.tar.xz -C llvm18/
echo "LLVM_SYS_181_PREFIX=$(pwd)/llvm18" >> $GITHUB_ENV
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 891432b

Please sign in to comment.