Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bcrypt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
bcrypt
Commits
b704f4e83d97
Commit
b704f4e83d97
authored
3 years ago
by
Alex Gaynor
Browse files
Options
Downloads
Patches
Plain Diff
Replace actions-rs with dtolnay/rust-toolchain (#367)
parent
198e12b7ee38
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+1
-4
1 addition, 4 deletions
.github/workflows/ci.yml
.github/workflows/wheel-builder.yml
+2
-8
2 additions, 8 deletions
.github/workflows/wheel-builder.yml
with
3 additions
and
12 deletions
.github/workflows/ci.yml
+
1
−
4
View file @
b704f4e8
...
...
@@ -118,5 +118,5 @@
~/.cargo/git/db/
src/_bcrypt/target/
key
:
${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
-
uses
:
actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
-
uses
:
dtolnay/rust-toolchain@3d5c338b548e8aff8b55d96390e28fa86945e1b2
with
:
...
...
@@ -122,3 +122,2 @@
with
:
profile
:
minimal
toolchain
:
${{ matrix.PYTHON.RUST_VERSION || 'stable' }}
...
...
@@ -124,6 +123,4 @@
toolchain
:
${{ matrix.PYTHON.RUST_VERSION || 'stable' }}
override
:
true
default
:
true
-
run
:
pip install tox
-
run
:
tox
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/wheel-builder.yml
+
2
−
8
View file @
b704f4e8
...
...
@@ -68,5 +68,5 @@
-
run
:
|
curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg
sudo installer -pkg python.pkg -target /
-
uses
:
actions-rs/toolchain@v1.0.7
-
uses
:
dtolnay/rust-toolchain@3d5c338b548e8aff8b55d96390e28fa86945e1b2
with
:
...
...
@@ -72,3 +72,2 @@
with
:
profile
:
minimal
toolchain
:
stable
...
...
@@ -74,6 +73,4 @@
toolchain
:
stable
override
:
true
default
:
true
# Add the arm64 target in addition to the native arch (x86_64)
target
:
aarch64-apple-darwin
...
...
@@ -122,5 +119,5 @@
with
:
python-version
:
${{ matrix.PYTHON.VERSION }}
architecture
:
${{ matrix.WINDOWS.ARCH }}
-
uses
:
actions-rs/toolchain@v1.0.7
-
uses
:
dtolnay/rust-toolchain@3d5c338b548e8aff8b55d96390e28fa86945e1b2
with
:
...
...
@@ -126,3 +123,2 @@
with
:
profile
:
minimal
toolchain
:
stable
...
...
@@ -128,6 +124,4 @@
toolchain
:
stable
override
:
true
default
:
true
target
:
${{ matrix.WINDOWS.RUST_TRIPLE }}
-
run
:
python -m pip install -U pip wheel setuptools-rust
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment