Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Polynomial Commitment -- arkworks-rs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
STEVAN Antoine
Polynomial Commitment -- arkworks-rs
Commits
3c526318
Commit
3c526318
authored
2 years ago
by
amtoine
Browse files
Options
Downloads
Patches
Plain Diff
fix the naming confusion in the last `*_no_std` tests
parent
54a094e7
No related branches found
No related tags found
1 merge request
!1
CI: add same jobs as in original GitHub fork
Pipeline
#2601
failed with stage
in 11 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
3c526318
...
...
@@ -29,8 +29,8 @@ test_nightly:
check_no_std
:
script
:
-
cargo
build
--no-default-features --target aarch64-unknown-none
-
cargo
check --examples
--no-default-features --target aarch64-unknown-none
build_no_std
:
script
:
-
cargo
check --examples
--no-default-features --target aarch64-unknown-none
-
cargo
build
--no-default-features --target aarch64-unknown-none
This diff is collapsed.
Click to expand it.
Preview
0%
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