-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update oarfish to 0.6.3 #52102
Update oarfish to 0.6.3 #52102
Changes from all commits
a3d5b7b
6414742
1e3e769
6951f2f
c97fa7e
ba46020
5b970fd
ad590fb
c9a022f
586b286
fc93ae5
5eaddb3
007bdf9
7e93f88
ff95fdd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% set version = "0.6.2" %} | ||
{% set version = "0.6.3" %} | ||
|
||
package: | ||
name: oarfish | ||
|
@@ -11,13 +11,15 @@ build: | |
|
||
source: | ||
url: https://github.com/COMBINE-lab/oarfish/archive/v{{ version }}.tar.gz | ||
sha256: 78b523fc459fec5ae3680395925862b4d367bd56d051120f28c689dd387e1758 | ||
sha256: 98cc4b939e81cd0018c38d47f4596dc3079680a7b076a7dfca2e80b67094c783 | ||
|
||
requirements: | ||
build: | ||
- make | ||
- {{ compiler('rust') }} | ||
#- rust >=1.82.0 | ||
#- {{ compiler('rust') }} >=1.82.0 | ||
Comment on lines
+19
to
+20
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Blocking: Rust compiler configuration must be resolved The PR cannot be merged until the Rust compiler requirements are properly configured. Please address the previous comment about uncommenting and updating the Rust compiler requirement. Reference rob-p's comment: "we need the latest rust compiler (1.82)." |
||
- {{ compiler('c') }} | ||
- {{ compiler('cxx') }} | ||
host: | ||
- zlib | ||
run: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pin Rust version and improve installation security
curl | sh
without verification is potentially unsafeApply this diff:
📝 Committable suggestion