From a8b790c8601e5be1f7ea5daf571179e3dbbd345c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 7 Apr 2020 12:00:55 -0300 Subject: Fix typo --- db/re/mob_db.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 486fe045..2b8a7168 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2889,7 +2889,6 @@ mob_db: ( AttackMotion: 1 DamageMotion: 1 Drops: { - CrudeDiamond: 45 CrudeAmethyst: 23 CrudeSapphire: 15 -- cgit v1.2.3-70-g09d2 From 0e353fea5c8f81496ec733ee05e6fee5d78c70da Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Apr 2020 16:37:36 -0300 Subject: Disable gcc7 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 818f3226..04aaf865 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -259,7 +259,8 @@ mariadb_run_latest_gcc6: when: always expire_in: 3 week -mariadb_run_latest_gcc7: +# disable gcc-7 for now (dropped by Debian Unstable) +.mariadb_run_latest_gcc7: stage: test script: - export CC=gcc-7 -- cgit v1.2.3-70-g09d2