Skip to content
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

Only include bindist-related files in cryptol.msi #1358

Merged
merged 2 commits into from
May 24, 2022
Merged

Only include bindist-related files in cryptol.msi #1358

merged 2 commits into from
May 24, 2022

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    1597d72 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Only include bindist-related files in cryptol.msi

    Previously, we would include every file in the current `cryptol` checkout in
    `cryptol.msi`, which would result in horribly bloated installer files. We now
    only include those files under the `dist` directory (created by
    `.github/ci.sh bundle_files`), which curates only those files we want to
    include in a binary distribution.
    
    While I was in town, I modified the conventioned used in `win32/cryptol.wxs`
    so that we no longer need to reference `dist`, which does not show up in
    `.tar.gz`-based bindists.
    
    Fixes #977.
    RyanGlScott committed May 23, 2022
    Configuration menu
    Copy the full SHA
    30b963b View commit details
    Browse the repository at this point in the history