Skip to content

Commit

Permalink
ci: 'DOCKER_BUILDKIT=1'
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored and eine committed Jan 3, 2021
1 parent 0a87119 commit 4753d5a
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ base ]

env:
DOCKER_BUILDKIT: 1

jobs:

base:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
repository_dispatch:
types: [ doc ]

env:
DOCKER_BUILDKIT: 1

jobs:

asciidoc:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/formal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ formal ]

env:
DOCKER_BUILDKIT: 1

jobs:

formal:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ghdl-yosys-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ ghdl-yosys-plugin ]

env:
DOCKER_BUILDKIT: 1

jobs:

ghdl-yosys-plugin:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ghdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ ghdl ]

env:
DOCKER_BUILDKIT: 1

jobs:

ghdl:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gtkwave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ gtkwave ]

env:
DOCKER_BUILDKIT: 1

jobs:

gtkwave:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/icestorm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ icestorm ]

env:
DOCKER_BUILDKIT: 1

jobs:

icestorm:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ impl ]

env:
DOCKER_BUILDKIT: 1

jobs:

impl:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nextpnr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ nextpnr ]

env:
DOCKER_BUILDKIT: 1

jobs:

nextpnr:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prjtrellis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ prjtrellis ]

env:
DOCKER_BUILDKIT: 1

jobs:

prjtrellis:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ prog ]

env:
DOCKER_BUILDKIT: 1

jobs:

prog:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/symbiyosys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ symbiyosys ]

env:
DOCKER_BUILDKIT: 1

jobs:

symbiyosys:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/yosys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ yosys ]

env:
DOCKER_BUILDKIT: 1

jobs:

yosys:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/z3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ z3 ]

env:
DOCKER_BUILDKIT: 1

jobs:

z3:
Expand Down

0 comments on commit 4753d5a

Please sign in to comment.