Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: stable change #6772

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

SWvheerden
Copy link
Collaborator

Description

change Tari to use stable and not nightly

@SWvheerden SWvheerden requested review from a team as code owners January 29, 2025 13:49
Copy link

github-actions bot commented Jan 29, 2025

Test Results (Integration tests)

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit d16c74a.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 29, 2025

Test Results (CI)

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit d16c74a.

♻️ This comment has been updated with latest results.

@@ -36,7 +37,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: toolchain
- name: nightly_toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.toolchain }}
Copy link
Contributor

@leet4tari leet4tari Jan 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update the env too

toolchain: ${{ env.nightly_toolchain }}

@@ -15,6 +15,7 @@ name: CI

env:
toolchain: stable
nightly_toolchain: nightly-2024-07-07
CARGO_HTTP_MULTIPLEXING: false
Copy link
Contributor

@leet4tari leet4tari Jan 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add then env

RUSTUP_PERMIT_COPY_RENAME: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants