For those with M1s: What's the full release build ...
# development
w
For those with M1s: What's the full release build time on mainline?
1
Trying to get a vibe on compilation improvement with that upgrade
c
using what command to build?
or do you just mean the time it takes to build the engine in non-debug mode?
w
or do you just mean the time it takes to build the engine in non-debug mode?
This.
👍 1
c
Copy code
╰─❯ time ./pants version
Bootstrapping pants_deps with requirements:
  /Users/.../pants/3rdparty/python/requirements.txt
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel
Successfully installed wheel-0.37.1
[...]
[=== 00:29 Building native code... ===]
   Compiling proc-macro2 v1.0.32
   Compiling unicode-xid v0.2.2
[...]
   Compiling process_execution v0.0.1 (/Users/.../pants/src/rust/engine/process_execution)
    Finished release [optimized + debuginfo] target(s) in 5m 07s
15:43:28.31 [INFO] Starting: Resolving plugins: hdrhistogram, toolchain.pants.plugin==0.24.0
15:43:50.92 [INFO] Completed: Resolving plugins: hdrhistogram, toolchain.pants.plugin==0.24.0
[...] (deprecations...)
15:43:59.85 [INFO] Initializing scheduler...
[...] (more deprecations...)
15:44:01.13 [INFO] Scheduler initialized.
2.15.0.dev5
./pants version  703.42s user 30.97s system 192% cpu 6:21.17 total
On
commit a21ac88803801cd729e3fb5ff2c187831d708d73 (HEAD -> main, upstream/main)
👍 1
w
Thanks! I think I'm pretty jealous, but just confirming
c
ok, cool 🙂