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

Setting executable permissions for in-proc8/func executable in install path #3797

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

kshyju
Copy link
Member

@kshyju kshyju commented Aug 21, 2024

resolves #3766

Setting executable permissions for in-proc8/func executable in install path, for unix scenarios.

Validation pending on OSX.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

@kshyju kshyju requested a review from a team as a code owner August 21, 2024 19:41
@kshyju kshyju merged commit 098dd97 into v4.x Sep 3, 2024
9 checks passed
@kshyju kshyju deleted the shkr/func-exe-permission branch September 3, 2024 16:16
v-imohammad pushed a commit that referenced this pull request Sep 3, 2024
v-imohammad added a commit that referenced this pull request Sep 3, 2024
* Setting executable permissions for `in-proc8/func` executable in install code path. (#3797)

* Fix Issue 3594: Look for csproj and fsproj non-recursively (#3773)

* add searchOption parameter to GetFiles to allow for non-recursive searching
use non-recursive searching when looking for .csproj and .fsproj files during validation.

---------

Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com>
Co-authored-by: Ryan Adams <ryan@rbadams.com>
v-imohammad pushed a commit that referenced this pull request Sep 4, 2024
v-imohammad added a commit that referenced this pull request Sep 4, 2024
* Setting executable permissions for `in-proc8/func` executable in install code path. (#3797)

* Fix Issue 3594: Look for csproj and fsproj non-recursively (#3773)

* add searchOption parameter to GetFiles to allow for non-recursive searching
use non-recursive searching when looking for .csproj and .fsproj files during validation.

---------

Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com>
Co-authored-by: Ryan Adams <ryan@rbadams.com>
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.

Permission denied when running "func start" on .NET 8 in-process Function on Ubuntu 24.04
3 participants