From b7b601d1d4a48c0f8cc2ef0522f12499af3b5d4d Mon Sep 17 00:00:00 2001 From: Vasi Vasireddy Date: Wed, 26 Mar 2025 15:34:34 -0700 Subject: [PATCH] Add Patching to run smoke tests --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 085a7b0b..a0029066 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -293,6 +293,8 @@ jobs: # layer. But we only use the sample app build in the release workflow. # Also, we NEED the architecture value because some apps (like .NET and # Go) depend on this architecture value. + - name: Patch ADOT + run: ./patch-upstream.sh - name: Build functions run: GOARCH=${{ matrix.architecture }} ./build.sh ${{ matrix.architecture }} working-directory: ${{ env.TEST_LANGUAGE }}