File tree Expand file tree Collapse file tree 3 files changed +68
-61
lines changed
Expand file tree Collapse file tree 3 files changed +68
-61
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 installer-name : andromeda-installer-linux-amd64
2525
2626 # Linux (ARM64) - cross-compilation
27- # - os: ubuntu-24.04
28- # rust-target: aarch64-unknown-linux-gnu
29- # asset-name: andromeda-linux-arm64
30- # installer-name: andromeda-installer-linux-arm64
31- # cross-compile: true
27+ - os : ubuntu-24.04
28+ rust-target : aarch64-unknown-linux-gnu
29+ asset-name : andromeda-linux-arm64
30+ installer-name : andromeda-installer-linux-arm64
31+ cross-compile : true
3232
3333 # macOS (Intel)
3434 - os : macos-15-intel
@@ -63,11 +63,11 @@ jobs:
6363 toolchain : " nightly-2025-09-05"
6464 targets : ${{ matrix.rust-target }}
6565
66- # - name: Install cross-compilation dependencies
67- # if: matrix.cross-compile
68- # run: |
69- # sudo apt-get update
70- # sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross pkg-config
66+ - name : Install cross-compilation dependencies
67+ if : matrix.cross-compile
68+ run : |
69+ sudo apt-get update
70+ sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross pkg-config
7171
7272 - name : Build
7373 id : build-main
Original file line number Diff line number Diff line change @@ -43,20 +43,20 @@ libsui = "0.12.1"
4343log = " 0.4.28"
4444lru = " 0.16.2"
4545lsp-types = " 0.97.0"
46- nova_vm = { git = " https://github.com/trynova/nova" , rev = " 9864c13f6293816e26cd86485da31fa3848e29d7 " }
46+ nova_vm = { git = " https://github.com/trynova/nova" , rev = " 48c43f21011cb73bc69a614aa4f76a8a00501bb5 " }
4747nu-ansi-term = " 0.50.3"
4848owo-colors = " 4.2.3"
49- oxc_codegen = " 0.100 .0"
50- oxc_ast = " 0.100 .0"
51- oxc_minifier = " 0.100 .0"
52- oxc_mangler = " 0.100 .0"
53- oxc_allocator = " 0.100 .0"
54- oxc_diagnostics = " 0.100 .0"
49+ oxc_codegen = " 0.102 .0"
50+ oxc_ast = " 0.102 .0"
51+ oxc_minifier = " 0.102 .0"
52+ oxc_mangler = " 0.102 .0"
53+ oxc_allocator = " 0.102 .0"
54+ oxc_diagnostics = " 0.102 .0"
5555oxc-miette = { version = " 2.6.0" , features = [" fancy" ] }
56- oxc_parser = " 0.100 .0"
57- oxc_semantic = " 0.100 .0"
58- oxc_span = " 0.100 .0"
59- oxc_transformer = " 0.100 .0"
56+ oxc_parser = " 0.102 .0"
57+ oxc_semantic = " 0.102 .0"
58+ oxc_span = " 0.102 .0"
59+ oxc_transformer = " 0.102 .0"
6060rand = " 0.9.2"
6161reedline = " 0.44.0"
6262regex = " 1.12.2"
You can’t perform that action at this time.
0 commit comments