intel / intel/linux-kernel-overlay

Download of Source takes a long time

Abierto
#1 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Shell
Estrellas
59
Forks
22
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The `build.sh` clones the entire repo and then immediately switches to a single branch:
https://github.com/intel/linux-kernel-overlay/blob/02bedab64a4a4e80a524015ab02bf252f2c1068e/build.sh#L57C2-L60

This could be streamlined by downloading a single branch, with something like:

``` shell
git clone $KSRC_REPO --branch $KSRC_UPSTREAM_TAG --single-branch $BUILD_DIR
```

and remove the push / pop.

This downloads a smaller subset and is much faster.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start with build.sh at lines 57-60, where the repository is cloned and then switched to a single branch. Verify the clone uses the requested branch directly and that the push/pop operations are no longer needed. Run the build script to confirm it downloads and builds the expected source successfully.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
shell
Área
build-system
Tipo de issue
Refactorización
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
55/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.