Skip to content

Commit ec05b88

Browse files
committed
fix: update more staff
1 parent c93bf9f commit ec05b88

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,12 @@ jobs:
253253
python -m pip install conda-index
254254
255255
- name: Download aria2
256+
if: ${{ !env.ACT && vars.DOWNLOAD_PACKAGES == 'true' }}
256257
shell: bash -el {0}
257258
run: sudo apt-get update && sudo apt-get install -y aria2
258259

259260
- name: Download packages from all releases
260-
if: ${{ !env.ACT }}
261+
if: ${{ !env.ACT && vars.DOWNLOAD_PACKAGES == 'true' }}
261262
shell: bash -el {0}
262263
env:
263264
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

conda-recipe/plugify-module-cpp/meta.yaml.in

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ source:
1010

1111
build:
1212
number: 0
13-
skip: true # [not (linux64 or win64)]
14-
binary_relocation: false
15-
detect_binary_files_with_prefix: false
1613
missing_dso_whitelist:
1714
- "*/ld-linux*.so.*" # [linux]
1815
- "*/libc.so.*" # [linux]
@@ -24,10 +21,6 @@ build:
2421
- "*/plugify.dll" # [win] # Add this for Windows
2522

2623
requirements:
27-
build:
28-
- {{ compiler('cxx') }} # [build_platform != target_platform]
29-
host:
30-
- sysroot_linux-64 2.17 # [linux64]
3124
run:
3225
- __glibc >=2.17 # [linux64]
3326

@@ -52,4 +45,4 @@ about:
5245

5346
extra:
5447
recipe-maintainers:
55-
- {{ environ.get('GITHUB_ACTOR', 'your-username') }}
48+
- {{ environ.get('GITHUB_ACTOR', 'your-username') }}

0 commit comments

Comments
 (0)