Skip to content

Commit 9bc18db

Browse files
committed
Configura apt/dpkg para minimizar tiempos de instalación
Esto se logra deshabilitando algunos triggers (nostros nos encargamos de postgresql-common) y corriendo con ciertas opciones, como deshabilitando fsyncs
1 parent b5709aa commit 9bc18db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
with:
2323
python-version: "3.11"
2424
cache: "pip"
25+
- name: Configura dpkg/apt para correr de manera eficiente
26+
uses: abbbi/github-actions-tune@v1
27+
- name: Deshabilita triggers de postgresql-common
28+
run: sudo sed -i '/postgresql-common/d' /var/lib/dpkg/triggers/File
2529
- name: Instalar dependencias de sistema
2630
run: |
2731
sudo apt-get update

0 commit comments

Comments
 (0)