-
Notifications
You must be signed in to change notification settings - Fork 168
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
Force use of nsis 3.01 on Windows #532
Conversation
Hi Jaime, I'm only asking this here because of your recent merge of the branding branch. A minor problem first... for a while I've been seeing
which normally just keeps going, but now no pkg file gets made, so I didnt know if this was something new. Also, since branding I see
which was working in your branch. I'm building just by cloning source, going into my conda environment and doing
Is this not the standard way? Thanks! |
To get the dev version I'd do something like this:
Try that and let me know if it works! |
Thanks, I will try that. But I want to understand why building main doesnt work. Didnt you merge changes from osx-branding into main? I just want to be prepared for changes later (when I forget what has happened) and my installers might break. |
We don't use that option of |
Sorry.... the pkgutil error is a red-herring. Thats in my script and is dying simply because constructor is failing. The pip install is fine... but I'm getting phoenix:hpccloud-trunk swsides$ cs-env/bin/constructor --verbose chemistream-constructor Again... nothing else about my construct.yaml has changed that works with your osx-branding. |
That looks like your |
Yes sure! Thanks for taking a look... oh I'm builfing on osx BTW name: Chemistream license_file: ../eula.txt # [osx or linux] ignore_duplicate_files: True installer_type: exe # [win64] Default windows path (NOTE: space after \ is a hack to get trailing '' correct{% set installpath = "%USERPROFILE%" %} # [win64] installer_type: sh # [linux] installer_type: pkg # [osx] notarization_identity_name: "Developer ID Application: Tech-X Corporation (55699AXW94)" # [osx] ------------------------------------------------------------------------------Build channels------------------------------------------------------------------------------channels:
specs:
---------------------------------------------Specific image commands for platform?---------------------------------------------welcome_image: cs_mac_header.png # [osx] welcome_image: cs_win_welcome.png # [win64] icon_image: pkg_icon.png |
So I switched back to your branch... and I'm still getting same errors. The first error is the ruamel_yaml 'Parse distribution' error. I dont think anything else in my build script has changed. So I cant build at all on mac now... which is kinda serious. |
Can you DM me on gitter? http://gitter.im/jaimergp |
Sure... I'm on gitter now, I think. I havent used gitter before. |
Temporary workaround for the CI issues we are seeing as part of #526