Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
- name: Install Protobuf Compiler
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler libudev-dev
sudo apt-get install -y protobuf-compiler libudev-dev llvm-dev clang libclang-dev
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy
toolchain: 1.84.1
toolchain: 1.86.0
- name: Install cargo-sort from crates.io
uses: baptiste0928/cargo-install@v3
with:
Expand Down Expand Up @@ -119,8 +119,6 @@ jobs:
- name: add to path
run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
# TODO: remove
- name: Init git submodules
run: git submodule update --init --recursive
- name: Building programs
run: cargo-build-sbf
env:
Expand Down Expand Up @@ -192,16 +190,14 @@ jobs:
- name: Install Protobuf Compiler
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler libudev-dev
sudo apt-get install -y protobuf-compiler libudev-dev llvm-dev clang libclang-dev
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Download MEV Tip Distribution NCN program
uses: actions/download-artifact@v4
with:
name: jito_tip_router_program.so
path: ${{ github.workspace }}/integration_tests/tests/fixtures/
if-no-files-found: error
- name: Init git submodules
run: git submodule update --init --recursive
- uses: taiki-e/install-action@nextest
- run: cargo nextest run --all-features -E 'not test(ledger_utils::tests)'
env:
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

Loading
Loading