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

Commit9bc18db

Browse files
committed
Configura apt/dpkg para minimizar tiempos de instalación
Esto se logra deshabilitando algunos triggers (nostros nos encargamos depostgresql-common) y corriendo con ciertas opciones, como deshabilitandofsyncs
1 parentb5709aa commit9bc18db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp