File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
conda-recipe/plugify-module-cpp Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -253,11 +253,12 @@ jobs:
253
253
python -m pip install conda-index
254
254
255
255
- name : Download aria2
256
+ if : ${{ !env.ACT && vars.DOWNLOAD_PACKAGES == 'true' }}
256
257
shell : bash -el {0}
257
258
run : sudo apt-get update && sudo apt-get install -y aria2
258
259
259
260
- name : Download packages from all releases
260
- if : ${{ !env.ACT }}
261
+ if : ${{ !env.ACT && vars.DOWNLOAD_PACKAGES == 'true' }}
261
262
shell : bash -el {0}
262
263
env :
263
264
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ source:
10
10
11
11
build:
12
12
number: 0
13
- skip: true # [not (linux64 or win64)]
14
- binary_relocation: false
15
- detect_binary_files_with_prefix: false
16
13
missing_dso_whitelist:
17
14
- "*/ld-linux*.so.*" # [linux]
18
15
- "*/libc.so.*" # [linux]
@@ -24,10 +21,6 @@ build:
24
21
- "*/plugify.dll" # [win] # Add this for Windows
25
22
26
23
requirements:
27
- build:
28
- - {{ compiler('cxx') }} # [build_platform != target_platform]
29
- host:
30
- - sysroot_linux-64 2.17 # [linux64]
31
24
run:
32
25
- __glibc >=2.17 # [linux64]
33
26
52
45
53
46
extra:
54
47
recipe-maintainers:
55
- - {{ environ.get('GITHUB_ACTOR', 'your-username') }}
48
+ - {{ environ.get('GITHUB_ACTOR', 'your-username') }}
You can’t perform that action at this time.
0 commit comments