Don’t set TEA_PREFIX

This commit is contained in:
Max Howell 2023-03-08 17:12:40 -05:00
parent 6cbefec7ad
commit abdb0450b0
4 changed files with 8 additions and 5 deletions

2
.envrc
View file

@ -1,2 +0,0 @@
export TEA_PANTRY_PATH=$SRCROOT:$HOME/.tea/tea.xyz/var/pantry
export TEA_PREFIX=$SRCROOT/tea.out

View file

@ -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

5
.gitignore vendored
View file

@ -1,3 +1,4 @@
/tea.out
/tea.linux
/srcs
/builds
/testbeds
.DS_Store

4
tea.yml Normal file
View file

@ -0,0 +1,4 @@
dependencies:
tea.xyz/brewkit: ~0.7
env:
TEA_PANTRY_PATH: ${{srcroot}}