tangled
alpha
login
or
join now
nandi.latha.org
/
pixi-skills
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix: add CONDA_OVERRIDE_GLIBC to release workflow
nandi
3 weeks ago
24856abb
042108d2
0/1
build.yml
failed
5s
+3
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
conda-release.yml
+3
-1
.tangled/workflows/conda-release.yml
···
19
19
20
20
environment:
21
21
CGO_ENABLED: "0"
22
22
+
# Override glibc check for nixery environment
23
23
+
CONDA_OVERRIDE_GLIBC: "2.17"
22
24
23
25
steps:
24
26
- name: "Get version from tag"
···
45
47
46
48
- name: "Upload to prefix.dev"
47
49
command: |
48
48
-
rattler-build upload prefix --channel nandi-testing output/**/*.conda
50
50
+
rattler-build upload prefix --channel nandi-testing output/**/*.conda