ym0506 commented on PR #38352:
URL: https://github.com/apache/shardingsphere/pull/38352#issuecomment-4011386704

   Thanks, that makes sense. I updated the source snapshot creation to exclude 
`docs/` from the archive.
   
   Current step:
   ```yaml
   git archive --format=tar.gz --output=/tmp/e2e-sql-source-snapshot.tar.gz 
HEAD -- . ':(exclude)docs'
   ```
   
   I also checked locally that the downstream-required files are still present 
after restore, including:
   - `mvnw`
   - `.github/workflows/resources/actions/setup-build-environment/action.yml`
   - `test/e2e/sql/pom.xml`
   
   And the local archive size dropped significantly in my check:
   - full archive: about `109 MB`
   - archive without `docs/`: about `5.1 MB`
   
   The follow-up patch is pushed in commit `24a65e6c`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to