Commit graph

3 commits

Author SHA1 Message Date
Boshen
f95d35eca7
chore: format Cross.toml 2024-09-06 18:51:08 +08:00
Valentinas Janeiko
80d80b70c0
ci: Passthrough OXC_VERSION and JEMALLOC_SYS_WITH_LG_PAGE to build container (#5531)
Fixes:
- https://github.com/oxc-project/oxc/issues/4891

Currently only Mac OS and Windows versions return correct version. Linux
versions still returns `dev`. This is caused by Mac OS and Windows
building on the host
([logs](https://github.com/oxc-project/oxc/actions/runs/10667173657/job/29564299213#step:6:16)),
while Linux is building inside a container. Container builds do not have
access to host env variables by default.
2024-09-06 18:30:26 +08:00
Boshen
4560b59e30
ci: passthrough CI env variable for cross build 2024-06-27 21:11:16 +08:00