-
Notifications
You must be signed in to change notification settings - Fork 3k
Resources: Use path names for ignored dirs #8697
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
Conversation
### Description Ignored directories are collected for the sake of exporters that use a blacklist-style approach similar to these build tools. This ignore list will include `/filer/<gibberish>` when exported from the online Compiler. This patch fixes that behavoir. ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
/morph build |
Build : SUCCESSBuild number : 3628 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 3235 |
Export falures do not appear to be due to PR. Will restart when able. |
/morph export-build |
Test : FAILUREBuild number : 3411 |
Note: This PR is now a part of a rollup PR (#8753). In order to expedite remaining CI testing, this PR has been bundled into the above rollup PR. No further work is needed here, as once that PR is merged, this PR will also be closed and marked as merged. If any more commits are made in this PR, this PR will remain open and have to go through CI on its own. |
Please ignore. I derped. |
Description
Ignored directories are collected for the sake of exporters that use
a blacklist-style approach similar to these build tools. This ignore
list will include
/filer/<gibberish>
when exported from the onlineCompiler. This patch fixes that behavoir.
Pull request type