Skip to content

Conversation

@DilumAluthge
Copy link
Member

Based on my testing in #55 (comment)

@codecov
Copy link

codecov bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.96%. Comparing base (df8111d) to head (bd34bb9).
Report is 1 commits behind head on dpa/openssh_jll.

Additional details and impacted files
@@               Coverage Diff                @@
##           dpa/openssh_jll      #62   +/-   ##
================================================
  Coverage            96.96%   96.96%           
================================================
  Files                    1        1           
  Lines                   33       33           
================================================
  Hits                    32       32           
  Misses                   1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DilumAluthge DilumAluthge marked this pull request as ready for review May 7, 2025 16:09
@DilumAluthge DilumAluthge requested a review from giordano May 7, 2025 16:09
@DilumAluthge
Copy link
Member Author

Alright, CI is all green here, and per #55 (comment) I don't think we need to do any OpenSSH_jll stuff on Windows, because it looks like Git for Windows already bundles and uses their own ssh.

@DilumAluthge DilumAluthge merged commit 06429a0 into dpa/openssh_jll May 7, 2025
23 checks passed
@DilumAluthge DilumAluthge deleted the dpa/windows-try-fix branch May 7, 2025 16:18
giordano added a commit that referenced this pull request May 8, 2025
…SSH_jll (instead of the system `ssh`) (#55)

* Use `ssh` from `OpenSSH_jll` instead of relying on system one

* Add tests

* Remove unnecessary `cd()` in tests

* Mark a test as skipped if not CI

* Apply suggestions from code review

Co-authored-by: Mosè Giordano <[email protected]>

* Make sure secret is available

* Use `run()` so we can see stdout and stder

* Add back also `Git_jll` paths

* ssh -vvv

* chmod 600 our private key

* Linux github.com known hosts

* mkdir -p ~/.ssh (linux)

* Windows known hosts

* Whitespace

* Update runtests.jl

* Don't do the `OpenSSH_jll` stuff on Windows (#62)

* Don't do the `OpenSSH_jll` stuff on Windows

* Run CI on all PRs (regardless of the target branch)

* Test suite: turn off SSH verbosity

* Apply suggestions from code review

---------

Co-authored-by: Mosè Giordano <[email protected]>
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