diff --git a/.envrc b/.envrc deleted file mode 100644 index bfc07d4b..00000000 --- a/.envrc +++ /dev/null @@ -1,2 +0,0 @@ -export TEA_PANTRY_PATH=$SRCROOT:$HOME/.tea/tea.xyz/var/pantry -export TEA_PREFIX=$SRCROOT/tea.out diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95caacf3..3c927912 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,6 @@ jobs: needs: [get-diff] uses: teaxyz/pantry.core/.github/workflows/build.yml@main with: - projects: ${{ needs.get-diff.outputs.diff || 'zlib.net' }} + projects: ${{ needs.get-diff.outputs.diff || 'zlib.net^1.2' }} platform: ${{ matrix.platform }} secrets: inherit diff --git a/.gitignore b/.gitignore index 264bf324..3f1874f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -/tea.out -/tea.linux +/srcs +/builds +/testbeds .DS_Store diff --git a/tea.yml b/tea.yml new file mode 100644 index 00000000..a7a70e92 --- /dev/null +++ b/tea.yml @@ -0,0 +1,4 @@ +dependencies: + tea.xyz/brewkit: ~0.7 +env: + TEA_PANTRY_PATH: ${{srcroot}}