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

determine minimum system requirements #104

Open
DerekNonGeneric opened this issue Oct 9, 2022 · 4 comments
Open

determine minimum system requirements #104

DerekNonGeneric opened this issue Oct 9, 2022 · 4 comments

Comments

@DerekNonGeneric
Copy link
Member

This applies to both production and development. Some hints are seen below.

MSNV policy: Minimum Supported Node.js Version
MSRV policy: Minimum Supported Rust Version

This ties into the minor and patch release policy tentatively discussed at unicode-org/icu4x#2715.

@DerekNonGeneric
Copy link
Member Author

DerekNonGeneric commented Oct 9, 2022

If we want to support other runtimes, maybe avoid having something like: https://twitter.com/jarredsumner/status/1577176105659731968. Suggest reading https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a, but perhaps taking it with a grain of salt.

According to a talk on the matter given a couple of days ago, we should still be supporting Node.js v14.x named Fermium.

@DerekNonGeneric
Copy link
Member Author

For development using VS Code Devcontainers: https://code.visualstudio.com/docs/remote/containers#_system-requirements

@DerekNonGeneric
Copy link
Member Author

Run github/codeql-action/autobuild@v2
  with:
    token: ***
    matrix: {
    "language": "javascript"
  }
  env:
    CODEQL_ACTION_RUN_MODE: Action
    CODEQL_ACTION_VERSION: 2.1.31
    CODEQL_ACTION_FEATURE_SARIF_COMBINE: true
    CODEQL_ACTION_FEATURE_WILL_UPLOAD: true
    CODEQL_ACTION_ANALYSIS_KEY: .github/workflows/codeql-analysis.yml:analyze
    CODEQL_WORKFLOW_STARTED_AT: 2022-11-11T07:25:29.338Z
    CODEQL_ACTION_FEATURE_MULTI_LANGUAGE: false
    CODEQL_ACTION_FEATURE_SANDWICH: false
    CODEQL_RAM: 5920
    CODEQL_THREADS: 2

This may be interesting wrt the amount of RAM necessary for development (at least publishing).

@DerekNonGeneric
Copy link
Member Author

I have continued w/ determining the development environment's minimum system requirements in this repo's wiki.

See: https://github.com/openinf/util-md-table/wiki/Requirements-for-Visual-Studio-Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant