From 56e9b8b6fb5f6f516d68fd76626e40962990e6a6 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 15 Jan 2023 02:58:34 +0000 Subject: [PATCH 1/3] .github/workflows/ci.yml: Pin compiler and OS versions Avoid randomly-starting failures which disrupt established processes. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5c50ff..d8ecbec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest ] - dc: [ dmd-latest, dmd-beta, ldc-latest ] + os: [ ubuntu-20.04 ] + dc: [ dmd-2.100.2, ldc-1.30.0 ] runs-on: ${{ matrix.os }} steps: From 717d274c47ac4ad5532ed554bde0bb482361c964 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 15 Jan 2023 02:59:21 +0000 Subject: [PATCH 2/3] ae update --- dub.sdl | 4 ++-- dub.selections.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.sdl b/dub.sdl index 2fdf7ee..8e2b361 100644 --- a/dub.sdl +++ b/dub.sdl @@ -3,9 +3,9 @@ description "dlang-bot for automated bugzilla, github, and trello references" copyright "Copyright © 2015, Martin Nowak" authors "Martin Nowak" dependency "vibe-d" version="~>0.9.0" -dependency "ae:sqlite" version="==0.0.3053" +dependency "ae:sqlite" version="==0.0.3228" dependency "vibe-d:tls" version="*" -dependency "ae" version="==0.0.3000" +dependency "ae" version="==0.0.3228" targetType "executable" configuration "executable" { diff --git a/dub.selections.json b/dub.selections.json index 17c61e9..3020d47 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,7 +1,7 @@ { "fileVersion": 1, "versions": { - "ae": "0.0.3053", + "ae": "0.0.3228", "botan": "1.12.19", "botan-math": "1.0.3", "diet-ng": "1.7.5", From 9b90a61c94216043159f94d73640455fc46ed9dd Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 15 Jan 2023 03:07:33 +0000 Subject: [PATCH 3/3] .d-compiler: Sync with CI version This file indicates the compiler version to use in production. --- .d-compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.d-compiler b/.d-compiler index 504a019..e1e25f1 100644 --- a/.d-compiler +++ b/.d-compiler @@ -1 +1 @@ -dmd-2.096.1 +dmd-2.100.2