Parcourir la source

fix(dependencies): tzdata is required for precompile

tags/v1.0.0
Benjamin Neff il y a 4 ans
Parent
révision
527691be88
Aucun compte lié à l'adresse e-mail de l'auteur
9 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. +2
    -0
      diaspora/osfamilymap.yaml
  2. +2
    -0
      diaspora/osfingermap.yaml
  3. +1
    -0
      diaspora/osmap.yaml
  4. +1
    -0
      test/integration/_mapdata/files/_mapdata/centos-7.yaml
  5. +1
    -0
      test/integration/_mapdata/files/_mapdata/centos-8.yaml
  6. +1
    -0
      test/integration/_mapdata/files/_mapdata/debian-10.yaml
  7. +1
    -0
      test/integration/_mapdata/files/_mapdata/debian-9.yaml
  8. +1
    -0
      test/integration/_mapdata/files/_mapdata/ubuntu-18.yaml
  9. +1
    -0
      test/integration/_mapdata/files/_mapdata/ubuntu-20.yaml

+ 2
- 0
diaspora/osfamilymap.yaml Voir le fichier

@@ -25,6 +25,7 @@ Debian:
- libmagickwand-dev
- ghostscript
- nodejs
- tzdata
- libjemalloc2
postgresql_package: libpq-dev
mysql_package: default-libmysqlclient-dev
@@ -53,6 +54,7 @@ RedHat:
- wget
- ImageMagick
- nodejs
- tzdata
- jemalloc
postgresql_package: libpq-devel
mysql_package: mariadb-devel

+ 2
- 0
diaspora/osfingermap.yaml Voir le fichier

@@ -27,6 +27,7 @@ Debian-9:
- libmagickwand-dev
- ghostscript
- nodejs
- tzdata
- libjemalloc1
libjemalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so.1

@@ -46,6 +47,7 @@ Ubuntu-18.04:
- imagemagick
- libmagickwand-dev
- nodejs
- tzdata
- libjemalloc1
libjemalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so.1


+ 1
- 0
diaspora/osmap.yaml Voir le fichier

@@ -25,6 +25,7 @@ Ubuntu:
- imagemagick
- libmagickwand-dev
- nodejs
- tzdata
- libjemalloc2

# os_family: RedHat

+ 1
- 0
test/integration/_mapdata/files/_mapdata/centos-7.yaml Voir le fichier

@@ -32,6 +32,7 @@ dependencies:
- wget
- ImageMagick
- nodejs
- tzdata
- jemalloc
install_path: /srv/diaspora
install_redis: true

+ 1
- 0
test/integration/_mapdata/files/_mapdata/centos-8.yaml Voir le fichier

@@ -32,6 +32,7 @@ dependencies:
- wget
- ImageMagick
- nodejs
- tzdata
- jemalloc
install_path: /srv/diaspora
install_redis: true

+ 1
- 0
test/integration/_mapdata/files/_mapdata/debian-10.yaml Voir le fichier

@@ -29,6 +29,7 @@ dependencies:
- libmagickwand-dev
- ghostscript
- nodejs
- tzdata
- libjemalloc2
install_path: /srv/diaspora
install_redis: true

+ 1
- 0
test/integration/_mapdata/files/_mapdata/debian-9.yaml Voir le fichier

@@ -29,6 +29,7 @@ dependencies:
- libmagickwand-dev
- ghostscript
- nodejs
- tzdata
- libjemalloc1
install_path: /srv/diaspora
install_redis: true

+ 1
- 0
test/integration/_mapdata/files/_mapdata/ubuntu-18.yaml Voir le fichier

@@ -28,6 +28,7 @@ dependencies:
- imagemagick
- libmagickwand-dev
- nodejs
- tzdata
- libjemalloc1
install_path: /srv/diaspora
install_redis: true

+ 1
- 0
test/integration/_mapdata/files/_mapdata/ubuntu-20.yaml Voir le fichier

@@ -28,6 +28,7 @@ dependencies:
- imagemagick
- libmagickwand-dev
- nodejs
- tzdata
- libjemalloc2
install_path: /srv/diaspora
install_redis: true

Chargement…
Annuler
Enregistrer