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

Windev #190

Closed
wants to merge 12 commits into from
Closed

Windev #190

wants to merge 12 commits into from

Conversation

pendo324
Copy link
Member

Issue #, if available:

Description of changes:

Testing done:

  • Tested on my Windows machine

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

vsiravar and others added 12 commits September 28, 2023 15:14
Signed-off-by: Vishwas Siravara <[email protected]>
Signed-off-by: Vishwas Siravara <[email protected]>
Signed-off-by: Vishwas Siravara <[email protected]>
…ream (#175)

Issue #, if available:

*Description of changes:*
Tracks a Lima fork until the SSH quoting issue is resolved upstream.

You probably need to run `git submodule set-url src/lima
https://github.com/pendo324/lima` and `git submodule update --init
--recursive` to get the latest changes

*Testing done:*


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
Issue #, if available:

*Description of changes:*
- update to latest rootfs built by action
- don't extract rootfs, let Lima do it

*Testing done:*


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
Issue #, if available:

*Description of changes:*
- Since the ssh quote fix is merged, we can track Lima's `master` branch
again

*Testing done:*


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
Issue #, if available:

*Description of changes:*

Failure seen in mac e2e tests on branch `windev`:
https://github.com/runfinch/finch/actions/runs/6413564599/job/17412684261?pr=584

update OS image refs. hashes are already correct in windev branch.
revert a change to the fedora lima template path. This `lima-template`
rule is only used on macOS:


https://github.com/runfinch/finch-core/blob/22af4e43c95b2ac591754fc817228b8aff9deddf/Makefile#L79-L93

*Testing done:*

On both windows and macOS dev machines:

```
# .gitmodules
[submodule "finch-core"]
	path = deps/finch-core
	url = https://github.com/ginglis13/finch-core.git
	branch = makefile-fix
```

```
make
./_output/bin/finch vm init
```

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Gavin Inglis <[email protected]>
Issue #, if available:

*Description of changes:*
Add cosign binary to rootfs

*Testing done:*


- [X] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

---------

Signed-off-by: Vishwas Siravara <[email protected]>
Issue #, if available:

*Description of changes:*
- Update rootfs archive
- Remove arm64 build for rootfs

*Testing done:*


- [X] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Vishwas Siravara <[email protected]>
Issue #, if available:

*Description of changes:*
  - Adds all dependencies needed to run lima/finch standalone
  - This includes a lot of DLLs, need a better way to automate this
- TODO: after merge, need to modify Finch to set path when calling Lima
so that these executables are actually used

*Testing done:*
- All exes work with an empty `%PATH%` (e.g. `$env:Path = ""; ssh.exe
--help` works)

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

---------

Signed-off-by: Justin Alvarez <[email protected]>
Issue #, if available:

*Description of changes:*
- Accidentally removed from previous PR

*Testing done:*


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
Issue #, if available:

*Description of changes:*
- Remove old version of msys-crypto
- Accidentally added because I looked at the DLLs required for an older
version of `ssh-keygen.exe`, newer versions don't need this file

*Testing done:*
- Tested on my windows machine

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
@pendo324 pendo324 closed this Oct 12, 2023
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.

3 participants