Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Fix invalid permission on Linux#84

Merged
bpasero merged 1 commit intomicrosoft:masterfrom
kimushu:fix-chmod-for-linux
Nov 15, 2017
Merged

Fix invalid permission on Linux#84
bpasero merged 1 commit intomicrosoft:masterfrom
kimushu:fix-chmod-for-linux

Conversation

@kimushu
Copy link
Contributor

@kimushu kimushu commented Nov 15, 2017

On Linux, the test runner for VSCode extensions uses invalid permissions (755 decimal => -wxrw--wt) for VSCode-linux-x64/code.
Although this does not prevent test because the owner has 'x' permission (accidentally), this causes failure of caching by CI.

For example:

Improved by this patch:

@bpasero bpasero self-assigned this Nov 15, 2017
@bpasero bpasero merged commit 491a3d5 into microsoft:master Nov 15, 2017
@bpasero
Copy link
Member

bpasero commented Nov 15, 2017

Thanks!

@kimushu kimushu deleted the fix-chmod-for-linux branch November 15, 2017 14:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants