mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Don’t set TEA_PREFIX
This commit is contained in:
parent
6cbefec7ad
commit
abdb0450b0
4 changed files with 8 additions and 5 deletions
2
.envrc
2
.envrc
|
@ -1,2 +0,0 @@
|
|||
export TEA_PANTRY_PATH=$SRCROOT:$HOME/.tea/tea.xyz/var/pantry
|
||||
export TEA_PREFIX=$SRCROOT/tea.out
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
5
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/tea.out
|
||||
/tea.linux
|
||||
/srcs
|
||||
/builds
|
||||
/testbeds
|
||||
.DS_Store
|
||||
|
|
4
tea.yml
Normal file
4
tea.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
dependencies:
|
||||
tea.xyz/brewkit: ~0.7
|
||||
env:
|
||||
TEA_PANTRY_PATH: ${{srcroot}}
|
Loading…
Reference in a new issue