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

Allow passing different develop file for all commands #1125

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

yyoncho
Copy link
Contributor

@yyoncho yyoncho commented Jul 19, 2023

No description provided.

yyoncho added a commit to yyoncho/nim-codex that referenced this pull request Jul 21, 2023
- Add parallel ci-lock.yml
- In order to sync the lock file do the following:

``` bash
nimble lock --developFile=nimble-update-lock.develop
```

Note that --developFile support for lock is part of  this PR
nim-lang/nimble#1125 to be merged. If it is not merged,
then you can rename nimble-update-lock.develop to nimble.develop and `nimble
lock` will work just fine.

- I have used different `nim` version for the lock file because current `nim`
does not have the proper nimble structure. I have also changed the versions of
some of the packages in `vendor` folder to pass nimble version checks
yyoncho added a commit to yyoncho/nim-codex that referenced this pull request Jul 21, 2023
- Add parallel ci-lock.yml
- In order to sync the lock file do the following:

``` bash
nimble lock --developFile=nimble-update-lock.develop
```

Note that --developFile support for lock is part of  this PR
nim-lang/nimble#1125 to be merged. If it is not merged,
then you can rename nimble-update-lock.develop to nimble.develop and `nimble
lock` will work just fine.

- I have used different `nim` version for the lock file because current `nim`
does not have the proper nimble structure. I can bump the version in NBS if you
want. I have also changed the versions of some of the packages in `vendor`
folder to pass nimble version checks
@zah zah merged commit 412af02 into nim-lang:master Jul 25, 2023
elcritch pushed a commit to yyoncho/nim-codex that referenced this pull request Aug 16, 2023
- Add parallel ci-lock.yml
- In order to sync the lock file do the following:

``` bash
nimble lock --developFile=nimble-update-lock.develop
```

Note that --developFile support for lock is part of  this PR
nim-lang/nimble#1125 to be merged. If it is not merged,
then you can rename nimble-update-lock.develop to nimble.develop and `nimble
lock` will work just fine.

- I have used different `nim` version for the lock file because current `nim`
does not have the proper nimble structure. I can bump the version in NBS if you
want. I have also changed the versions of some of the packages in `vendor`
folder to pass nimble version checks

merge in lost change from yyoncho for nimble support

only build linux for nimble

bump to match NBS

fix compiles check

fix ci-lock

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

Successfully merging this pull request may close these issues.

2 participants