Skip to content

Commit 60fade5

Browse files
committed
Opt into Greentea GC on package builds
1 parent 89a3718 commit 60fade5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pkg.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Build package
3131
env:
3232
PKGARCH: ${{ matrix.pkgarch }}
33+
GOEXPERIMENT=greenteagc
3334
run: sh contrib/deb/generate.sh
3435

3536
- name: Upload artifacts
@@ -61,6 +62,7 @@ jobs:
6162
- name: Build package
6263
env:
6364
PKGARCH: ${{ matrix.pkgarch }}
65+
GOEXPERIMENT=greenteagc
6466
run: sh contrib/macos/create-pkg.sh
6567

6668
- name: Upload artifacts
@@ -93,6 +95,8 @@ jobs:
9395
uses: actions/setup-dotnet@v4
9496

9597
- name: Build package
98+
env:
99+
GOEXPERIMENT=greenteagc
96100
run: sh contrib/msi/build-msi.sh ${{ matrix.pkgarch }}
97101

98102
- name: Upload artifacts
@@ -130,6 +134,7 @@ jobs:
130134
- name: Build package
131135
env:
132136
BUILDDIR_YGG: /home/runner/work/yggdrasil-go/yggdrasil-go/yggdrasil
137+
GOEXPERIMENT=greenteagc
133138
run: cd /home/runner/work/yggdrasil-go/yggdrasil-go/vyatta-yggdrasil && ./build-${{ matrix.pkgarch }}
134139

135140
- name: Upload artifacts

0 commit comments

Comments
 (0)