Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Optimizada sincronización con CPython en CI#1186

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 2 commits intopython:3.9frommondeja:speedup-cpython-sync
Aug 2, 2021

Conversation

mondeja
Copy link
Contributor

Este pull optimiza la sincronización con CPython en el CI, ahorrando como mínimo 1 minuto. El problema es que la configuración actual realiza un clone completo (incluído historial GIT) depython/cpython, pero esto no es necesario y será cada vez más costoso a medida que más commits sean añadidos a CPython. Añadiendo--depth=1 agit submodule update y eliminando el comando redundantegit submodule sync, obtenemos el mismo resultado que actualmente en menos tiempo.

@mondejamondeja marked this pull request as draftDecember 21, 2020 22:09
@mondejamondejaforce-pushed thespeedup-cpython-sync branch 3 times, most recently frome210388 to76bd613CompareDecember 21, 2020 22:15
@mondejamondeja marked this pull request as ready for reviewDecember 21, 2020 22:16
Copy link
Contributor

@eamanueamanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Me parece bien. Podrías cerrar y volver abrir el pr a ver si corre el CI? A nosotros nos interesa el proyecto no? No la historia git cierto? Se podría pensar en hacer algún wget para traer el proyecto?

@mondejamondeja reopened thisDec 24, 2020
@mondeja
Copy link
ContributorAuthor

mondeja commentedDec 24, 2020
edited
Loading

Se podría pensar en hacer algún wget para traer el proyecto?

Probé a hacer un simple clone perofallaba en el paso de construir la documentación con algunas directivasdoctest, aunque no tengo ni idea de por qué. Si te interesa puedes ver las pruebas que hiceacá. En teoría debería ser posible, pero al estar configurado como submódulo en el archivo.gitmodules, no creo que sea buena idea.

@cmaureircmaureir added the enhancementNew feature or request labelMar 20, 2021
@cmaureircmaureir changed the base branch from3.8 to3.9August 2, 2021 18:35
@cmaureircmaureir merged commitcfbdafb intopython:3.9Aug 2, 2021
cmaureir added a commit that referenced this pull requestAug 4, 2021
Co-authored-by: Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
@mondejamondeja deleted the speedup-cpython-sync branchAugust 7, 2021 15:00
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@eamanueamanueamanu left review comments

@cmaureircmaureircmaureir approved these changes

Assignees
No one assigned
Labels
enhancementNew feature or request
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@mondeja@cmaureir@eamanu

[8]ページ先頭

©2009-2025 Movatter.jp