Replies: 4 comments 5 replies
-
`SRCROOT=/home/duncan/.tea/micro-editor.github.io/src/v2.0.11` looks
wrong. You're running the command from your `pantry.core` directory? Any
difference if you run `~/.tea/tea.xyz/var/pantry/scripts/build.ts
micro-editor.github.io`?
…On 5 Jan 2023, at 0:15, Duncan Lock wrote:
I followed the instructions
[here](https://github.com/teaxyz/pantry.zero/wiki) to make a package
for [the Micro editor](https://github.com/zyedidia/micro).
This is the package.yml that I created:
```yaml
distributable:
url:
https://github.com/zyedidia/micro/archive/refs/tags/v{{version.raw}}.tar.gz
strip-components: 1
versions:
github: zyedidia/micro
strip: /v /
build:
script: |
make build
mkdir -p "{{ prefix }}"/bin
mv micro "{{ prefix }}"/bin
dependencies:
go.dev: ^1.16
test:
micro --version
provides:
- bin/micro
```
I think I have everything cloned:
```console
➜ ls -halp
total 0
drwxrwxr-x 1 duncan duncan 52 Jan 4 09:01 ./
drwxr-xr-x 1 duncan duncan 2.0K Jan 4 08:59 ../
drwxrwxr-x 1 duncan duncan 198 Jan 4 09:01 cli/
drwxrwxr-x 1 duncan duncan 140 Jan 4 09:01 pantry.core/
drwxrwxr-x 1 duncan duncan 56 Jan 4 09:00 pantry.extra/
```
when I run `./pantry.core/scripts/build.ts micro-editor.github.io` it
mostly works, but with some errors from tea at the end:
```
➜ ./pantry.core/scripts/build.ts micro-editor.github.io
tea: installed: ~/.tea/deno.land/v1.29.1
installed: ~/.tea/go.dev/v1.19.4
{ ignoring: "Nightly build", reason: "unparsable" }
{ ignoring: "2.0.0-rc3", reason: "unparsable" }
{ ignoring: "1.0rc2", reason: "unparsable" }
{ ignoring: "1.0rc1", reason: "unparsable" }
fetching micro-editor.github.io=2.0.11
tea: installed: ~/.tea/gnu.org/tar/v1.34.0
tea: installed: ~/.tea/tukaani.org/xz/v5.2.7
tea: installed: ~/.tea/sourceware.org/bzip2/v1.0.8
{ ignoring: "Nightly build", reason: "unparsable" }
{ ignoring: "2.0.0-rc3", reason: "unparsable" }
{ ignoring: "1.0rc2", reason: "unparsable" }
{ ignoring: "1.0rc1", reason: "unparsable" }
downloading
downloading
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:6): cd
/home/duncan/.tea/micro-editor.github.io/src/v2.0.11
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:8): export
SRCROOT=/home/duncan/.tea/micro-editor.github.io/src/v2.0.11
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:8):
SRCROOT=/home/duncan/.tea/micro-editor.github.io/src/v2.0.11
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:9): export
PATH=/home/duncan/.tea/openssl.org/v1.1.118/bin:/home/duncan/.tea/go.dev/v1.19.4/bin:/home/duncan/bin:/usr/bin:/bin:/usr/sbin:/sbin
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:9):
PATH=/home/duncan/.tea/openssl.org/v1.1.118/bin:/home/duncan/.tea/go.dev/v1.19.4/bin:/home/duncan/bin:/usr/bin:/bin:/usr/sbin:/sbin
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:10): export
PKG_CONFIG_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib/pkgconfig
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:10):
PKG_CONFIG_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib/pkgconfig
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:11): export
LIBRARY_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib:/home/duncan/.tea/go.dev/v1.19.4/lib
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:11):
LIBRARY_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib:/home/duncan/.tea/go.dev/v1.19.4/lib
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:12): export
LD_LIBRARY_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib:/home/duncan/.tea/go.dev/v1.19.4/lib
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:12):
LD_LIBRARY_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib:/home/duncan/.tea/go.dev/v1.19.4/lib
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:13): export
CPATH=/home/duncan/.tea/openssl.org/v1.1.118/include
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:13):
CPATH=/home/duncan/.tea/openssl.org/v1.1.118/include
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:14): export
SSL_CERT_FILE=/home/duncan/.tea/openssl.org/v1.1.118/ssl/cert.pem
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:14):
SSL_CERT_FILE=/home/duncan/.tea/openssl.org/v1.1.118/ssl/cert.pem
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:15): export
TEA_PREFIX=/home/duncan/.tea
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:15):
TEA_PREFIX=/home/duncan/.tea
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:18): export
PATH=/home/duncan/dev/tea_pkgdev/pantry.core/scripts/brewkit:/home/duncan/.tea/openssl.org/v1.1.118/bin:/home/duncan/.tea/go.dev/v1.19.4/bin:/home/duncan/bin:/usr/bin:/bin:/usr/sbin:/sbin
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:18):
PATH=/home/duncan/dev/tea_pkgdev/pantry.core/scripts/brewkit:/home/duncan/.tea/openssl.org/v1.1.118/bin:/home/duncan/.tea/go.dev/v1.19.4/bin:/home/duncan/bin:/usr/bin:/bin:/usr/sbin:/sbin
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:20): make
build
GOOS=linux GOARCH=amd64 go generate ./runtime
go: downloading gopkg.in/yaml.v2 v2.2.8
go: downloading github.com/blang/semver v3.5.1+incompatible
make: git: Permission denied
go build -trimpath -ldflags "-s -w -X
github.com/zyedidia/micro/v2/internal/util.Version=0.0.0-unknown -X
github.com/zyedidia/micro/v2/internal/util.CommitHash= -X
'github.com/zyedidia/micro/v2/internal/util.CompileDate=January 04,
2023' " ./cmd/micro
go: downloading github.com/go-errors/errors v1.0.1
go: downloading github.com/mattn/go-isatty v0.0.11
go: downloading github.com/yuin/gopher-lua
v0.0.0-20191220021717-ab39c6098bdb
go: downloading github.com/zyedidia/tcell/v2 v2.0.9
go: downloading github.com/layeh/gopher-luar v1.0.7
go: downloading github.com/zyedidia/clipper v0.1.0
go: downloading github.com/zyedidia/go-shellquote
v0.0.0-20200613203517-eccd813c0655
go: downloading github.com/zyedidia/json5
v0.0.0-20200102012142-2da050b1a98d
go: downloading github.com/zyedidia/terminal
v0.0.0-20180726154117-533c623e2415
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/zyedidia/go-runewidth v0.0.12
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/zyedidia/glob
v0.0.0-20170209203856-dd4023a66dc3
go: downloading golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
go: downloading github.com/zyedidia/pty v1.1.20
go: downloading github.com/gdamore/encoding v1.0.0
go: downloading github.com/lucasb-eyer/go-colorful v1.0.3
go: downloading github.com/rivo/uniseg v0.1.0
go: downloading github.com/xo/terminfo
v0.0.0-20200218205459-454e5b68f9e8
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:21): mkdir -p
/home/duncan/.tea/micro-editor.github.io/v2.0.11/bin
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:22): mv micro
/home/duncan/.tea/micro-editor.github.io/v2.0.11/bin
error: not-found: srcroot (spilt-tea-004)
we couldn’t determine `$SRCROOT` when descending from
`/home/duncan/.tea/tea.xyz/var/pantry/scripts/brewkit`.
currently, a virtual environment is defined by a `README.md` or
`package.json`
existing alongside a source control directory (eg. `.git`).
error: Uncaught (in promise) Error: cmd failed: 1:
/home/duncan/.tea/tea.xyz/var/pantry/scripts/brewkit/fix-elf.ts
/home/duncan/.tea/micro-editor.github.io/v2.0.11 openssl.org^1
go.dev^1.16 micro-editor.github.io=2.0.11
if (!exit.success) throw new RunError(exit.code, cmd)
^
at run
(https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/utils/index.ts:248:30)
at async fix_binaries
(file:///home/duncan/dev/tea_pkgdev/pantry.core/scripts/build/build.ts:134:14)
at async __build
(file:///home/duncan/dev/tea_pkgdev/pantry.core/scripts/build/build.ts:36:3)
at async _build
(file:///home/duncan/dev/tea_pkgdev/pantry.core/scripts/build/build.ts:21:12)
at async
file:///home/duncan/dev/tea_pkgdev/pantry.core/scripts/build.ts:46:11
```
This has actually completed the build and moved the micro executable
to the correct place:
```console
➜ ll ~/.tea/micro-editor.github.io/
Permissions Size User Group Date Modified Name
drwxrwxr-x - duncan duncan 4 Jan 20:43 ./
drwxrwxr-x - duncan duncan 4 Jan 20:42 ../
drwxrwxr-x - duncan duncan 4 Jan 20:42 src/
lrwxrwxrwx 7 duncan duncan 4 Jan 20:43 v* -> v2.0.11/
lrwxrwxrwx 7 duncan duncan 4 Jan 20:43 v2 -> v2.0.11/
lrwxrwxrwx 7 duncan duncan 4 Jan 20:43 v2.0 -> v2.0.11/
drwxrwxr-x - duncan duncan 4 Jan 20:43 v2.0.11/
➜ ll ~/.tea/micro-editor.github.io/v\*/bin/
Permissions Size User Group Date Modified Name
drwxrwxr-x - duncan duncan 4 Jan 20:43 ./
drwxrwxr-x - duncan duncan 4 Jan 20:43 ../
.rwxrwxr-x 11M duncan duncan 4 Jan 20:43 micro*
```
and it works when I run it:
```console
➜ cd ~/bin
➜ ln -s ~/.tea/micro-editor.github.io/v\*/bin/micro micro
➜ micro --version
Version: 0.0.0-unknown
Commit hash:
Compiled on January 04, 2023
```
Not sure what's up with the version number, but the compiled version
of micro that this produced does actually work. So what's the:
`not-found: srcroot (spilt-tea-004)` error at the end of the bauil
output?
--
Reply to this email directly or view it on GitHub:
https://github.com/orgs/teaxyz/discussions/284
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This seems like a bug. I have created an ticket for it #304 |
Beta Was this translation helpful? Give feedback.
-
We now determine SRCROOT based on all files we understand so it should work without a |
Beta Was this translation helpful? Give feedback.
-
OK, so I pulled ➜ tea --version
tea 0.22.1 It now builds without any errors: ➜ ./pantry.core/scripts/build.ts micro-editor.github.io
{ ignoring: "Nightly build", reason: "unparsable" }
{ ignoring: "2.0.0-rc3", reason: "unparsable" }
{ ignoring: "1.0rc2", reason: "unparsable" }
{ ignoring: "1.0rc1", reason: "unparsable" }
{ cleaning: ~/.tea/micro-editor.github.io/v2.0.11 }
fetching micro-editor.github.io=2.0.11
{ ignoring: "Nightly build", reason: "unparsable" }
{ ignoring: "2.0.0-rc3", reason: "unparsable" }
{ ignoring: "1.0rc2", reason: "unparsable" }
{ ignoring: "1.0rc1", reason: "unparsable" }
querying
cache: hit
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:6): cd /home/duncan/.tea/micro-editor.github.io/src/v2.0.11
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:8): export SRCROOT=/home/duncan/.tea/micro-editor.github.io/src/v2.0.11
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:8): SRCROOT=/home/duncan/.tea/micro-editor.github.io/src/v2.0.11
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:9): export SSL_CERT_FILE=/home/duncan/.tea/openssl.org/v1.1.118/ssl/cert.pem
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:9): SSL_CERT_FILE=/home/duncan/.tea/openssl.org/v1.1.118/ssl/cert.pem
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:10): export 'PATH=/home/duncan/.tea/openssl.org/v1.1.118/bin:/home/duncan/.tea/go.dev/v1.19.4/bin:/home/duncan/.tea/deno.land/v1.29.1/bin:/home/duncan/.cargo/bin:/home/duncan/.gem/ruby/3.0.0/bin:/home/duncan/.gem/bin:./node_modules/.bin:/home/duncan/.npm/bin:/home/duncan/.config/yarn/global/bin:/home/duncan/.local/bin:/home/duncan/.poetry/bin:/home/duncan/.huber/bin/:/home/duncan/bin/xdg-utils/bin:/home/duncan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:$GOPATH/bin:/usr/local/plan9/bin:/usr/local/go/bin:/home/duncan/.go:/home/duncan/.go/bin:/home/duncan/.nimble/bin'
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:10): PATH='/home/duncan/.tea/openssl.org/v1.1.118/bin:/home/duncan/.tea/go.dev/v1.19.4/bin:/home/duncan/.tea/deno.land/v1.29.1/bin:/home/duncan/.cargo/bin:/home/duncan/.gem/ruby/3.0.0/bin:/home/duncan/.gem/bin:./node_modules/.bin:/home/duncan/.npm/bin:/home/duncan/.config/yarn/global/bin:/home/duncan/.local/bin:/home/duncan/.poetry/bin:/home/duncan/.huber/bin/:/home/duncan/bin/xdg-utils/bin:/home/duncan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:$GOPATH/bin:/usr/local/plan9/bin:/usr/local/go/bin:/home/duncan/.go:/home/duncan/.go/bin:/home/duncan/.nimble/bin'
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:11): export PKG_CONFIG_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib/pkgconfig
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:11): PKG_CONFIG_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib/pkgconfig
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:12): export LIBRARY_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib:/home/duncan/.tea/go.dev/v1.19.4/lib
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:12): LIBRARY_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib:/home/duncan/.tea/go.dev/v1.19.4/lib
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:13): export LD_LIBRARY_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib:/home/duncan/.tea/go.dev/v1.19.4/lib
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:13): LD_LIBRARY_PATH=/home/duncan/.tea/openssl.org/v1.1.118/lib:/home/duncan/.tea/go.dev/v1.19.4/lib
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:14): export CPATH=/home/duncan/.tea/openssl.org/v1.1.118/include
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:14): CPATH=/home/duncan/.tea/openssl.org/v1.1.118/include
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:17): export 'PATH=/home/duncan/dev/tea_pkgdev/pantry.core/scripts/brewkit:/home/duncan/.tea/openssl.org/v1.1.118/bin:/home/duncan/.tea/go.dev/v1.19.4/bin:/home/duncan/.tea/deno.land/v1.29.1/bin:/home/duncan/.cargo/bin:/home/duncan/.gem/ruby/3.0.0/bin:/home/duncan/.gem/bin:./node_modules/.bin:/home/duncan/.npm/bin:/home/duncan/.config/yarn/global/bin:/home/duncan/.local/bin:/home/duncan/.poetry/bin:/home/duncan/.huber/bin/:/home/duncan/bin/xdg-utils/bin:/home/duncan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:$GOPATH/bin:/usr/local/plan9/bin:/usr/local/go/bin:/home/duncan/.go:/home/duncan/.go/bin:/home/duncan/.nimble/bin'
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:17): PATH='/home/duncan/dev/tea_pkgdev/pantry.core/scripts/brewkit:/home/duncan/.tea/openssl.org/v1.1.118/bin:/home/duncan/.tea/go.dev/v1.19.4/bin:/home/duncan/.tea/deno.land/v1.29.1/bin:/home/duncan/.cargo/bin:/home/duncan/.gem/ruby/3.0.0/bin:/home/duncan/.gem/bin:./node_modules/.bin:/home/duncan/.npm/bin:/home/duncan/.config/yarn/global/bin:/home/duncan/.local/bin:/home/duncan/.poetry/bin:/home/duncan/.huber/bin/:/home/duncan/bin/xdg-utils/bin:/home/duncan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:$GOPATH/bin:/usr/local/plan9/bin:/usr/local/go/bin:/home/duncan/.go:/home/duncan/.go/bin:/home/duncan/.nimble/bin'
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:19): make build
GOOS=linux GOARCH=amd64 go generate ./runtime
make: git: Permission denied
go build -trimpath -ldflags "-s -w -X github.com/zyedidia/micro/v2/internal/util.Version=0.0.0-unknown -X github.com/zyedidia/micro/v2/internal/util.CommitHash= -X 'github.com/zyedidia/micro/v2/internal/util.CompileDate=February 04, 2023' " ./cmd/micro
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:20): mkdir -p /home/duncan/.tea/micro-editor.github.io/v2.0.11/bin
+(/home/duncan/.tea/micro-editor.github.io/src/build.sh:21): mv micro /home/duncan/.tea/micro-editor.github.io/v2.0.11/bin
doing SLOW rpath fixes…
{
cwd: undefined,
cmd: [
"file",
"--mime-type",
"/home/duncan/.tea/micro-editor.github.io/v2.0.11/bin/micro"
]
}
application/x-executable Sadly, it produces a binary that core dumps: ➜ micro --version
Segmentation fault (core dumped) If I checkout micro locally and just build it manually using my system go, it works fine - both from current master and from v2.0.11, which is the tag that the tea package is using: ➜ go env
GO111MODULE="on"
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/duncan/.cache/go-build"
GOENV="/home/duncan/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/duncan/.go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/duncan/.go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.20"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/duncan/dev/micro/go.mod"
GOWORK=""
CGO_CFLAGS="-O2 -g"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-O2 -g"
CGO_FFLAGS="-O2 -g"
CGO_LDFLAGS="-O2 -g"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build4152165162=/tmp/go-build -gno-record-gcc-switches"
➜ cd ~dev/micro
➜ make build
GOOS=linux GOARCH=amd64 go generate ./runtime
make: git: Permission denied
go build -trimpath -ldflags "-s -w -X github.com/zyedidia/micro/v2/internal/util.Version=2.0.12-dev.38 -X github.com/zyedidia/micro/v2/internal/util.CommitHash= -X 'github.com/zyedidia/micro/v2/internal/util.CompileDate=February 04, 2023' " ./cmd/micro
➜ ./micro --version
Version: 2.0.12-dev.38
Commit hash:
Compiled on February 04, 2023
➜ make clean
rm -f micro
➜ git co v2.0.11
Note: switching to 'v2.0.11'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 225927b9 add: add Pacstall to README.md (#2367)
➜ make build
GOOS=linux GOARCH=amd64 go generate ./runtime
make: git: Permission denied
go build -trimpath -ldflags "-s -w -X github.com/zyedidia/micro/v2/internal/util.Version=2.0.11 -X github.com/zyedidia/micro/v2/internal/util.CommitHash= -X 'github.com/zyedidia/micro/v2/internal/util.CompileDate=February 04, 2023' " ./cmd/micro
➜ ./micro --version
Version: 2.0.11
Commit hash:
Compiled on February 04, 2023 So, it seems like something about building micro with tea produces a broken binary, somehow? This part was working, originally, but has broken somewhere between the start of this thread a now. |
Beta Was this translation helpful? Give feedback.
-
I followed the instructions here to make a package for the Micro editor.
This is the package.yml that I created:
I think I have everything cloned:
when I run
./pantry.core/scripts/build.ts micro-editor.github.io
it mostly works, but with some errors from tea at the end:This has actually completed the build and moved the micro executable to the correct place:
and it works when I run it:
Not sure what's up with the version number, but the compiled version of micro that this produced does actually work. So what's the:
not-found: srcroot (spilt-tea-004)
error at the end of the bauil output?Beta Was this translation helpful? Give feedback.
All reactions