Skip to content

Commit db33404

Browse files
umarcoreine
authored andcommitted
ci: 'DOCKER_BUILDKIT=1'
1 parent 5bc1b7c commit db33404

File tree

14 files changed

+42
-0
lines changed

14 files changed

+42
-0
lines changed

.github/workflows/base.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ base ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
base:

.github/workflows/doc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
repository_dispatch:
1414
types: [ doc ]
1515

16+
env:
17+
DOCKER_BUILDKIT: 1
18+
1619
jobs:
1720

1821
asciidoc:

.github/workflows/formal.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ formal ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
formal:

.github/workflows/ghdl-yosys-plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ ghdl-yosys-plugin ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
ghdl-yosys-plugin:

.github/workflows/ghdl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ ghdl ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
ghdl:

.github/workflows/gtkwave.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ gtkwave ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
gtkwave:

.github/workflows/icestorm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ icestorm ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
icestorm:

.github/workflows/impl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ impl ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
impl:

.github/workflows/nextpnr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ nextpnr ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
nextpnr:

.github/workflows/prjtrellis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ prjtrellis ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
prjtrellis:

.github/workflows/prog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ prog ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
prog:

.github/workflows/symbiyosys.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ symbiyosys ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
symbiyosys:

.github/workflows/yosys.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ yosys ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
yosys:

.github/workflows/z3.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
repository_dispatch:
99
types: [ z3 ]
1010

11+
env:
12+
DOCKER_BUILDKIT: 1
13+
1114
jobs:
1215

1316
z3:

0 commit comments

Comments
 (0)