1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-07 16:22:14 +03:00
juvix/runtime
Paul Cadman 49e8c9dd13
Fix linux static build: Remove -j argument from C runtime make invocation (#3055)
This PR removes the `-j` (concurrent jobs) argument from the C runtime
make invocation.

`-j` cannot be used in the juvix_c make invocation because it causes an
error in the 'Build Linux static binary workflow'

```
cd runtime && make
make[1]: Entering directory '/__w/juvix/juvix/runtime'
cd c && make -j 4 -s
make[3]: *** No rule to make target '_build.wasm32-wasi/src/juvix/arch/wasi.o', needed by 'all'.  Stop.
make[3]: *** No rule to make target '_build.wasm32-wasi-debug/src/juvix/arch/wasi.o', needed by 'all'.  Stop.
make[2]: *** [Makefile:20: wasm32-wasi] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:35: wasm32-wasi-debug] Error 2
_build.native64/src/juvix/opts.d:1: *** recipe commences before first target.  Stop.
make[2]: *** [Makefile:26: native64] Error 2
_build.native64-debug/src/juvix/opts.d:1: *** recipe commences before first target.  Stop.
make[2]: *** [Makefile:41: native64-debug] Error 2
make[1]: *** [Makefile:9: juvix_c] Error 2
make[1]: Leaving directory '/__w/juvix/juvix/runtime'
make: *** [Makefile:206: runtime] Error 2
```
2024-09-23 10:42:45 +02:00
..
c The assert builtin (#3014) 2024-09-12 09:29:57 +02:00
casm Peephole optimization of Cairo assembly (#2858) 2024-06-27 12:41:27 +02:00
nockma Update Anoma nock stdlib (#2786) 2024-05-23 13:17:35 +02:00
rust Add support for unsigned 8-bit integer type Byte (#2918) 2024-08-02 07:43:24 +01:00
tree Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
vampir Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
Makefile Fix linux static build: Remove -j argument from C runtime make invocation (#3055) 2024-09-23 10:42:45 +02:00