Skip to content

Commit

Permalink
Steal from others!
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer committed Aug 13, 2024
1 parent 8119ee1 commit a28f000
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,10 @@ executors:
environment:
XTASK_TARGET: "x86_64-unknown-linux-musl"
V8_FROM_SOURCE: "1"
CLANG_BASE_PATH: "/usr/bin"

CLANG_BASE_PATH: "/usr"
GN_ARGS: "use_custom_libcxx=false use_lld=false v8_enable_backtrace=false v8_enable_debugging_features=false"
GN: "/usr/bin/gn"
PYTHON: "python3"

# reusable command snippets can be referred to in any `steps` object
commands:
Expand Down Expand Up @@ -326,7 +328,7 @@ commands:
steps:
- run:
name: Install Alpine required Dependencies
command: apk add curl bash nodejs npm cmake g++ make python3 gn git gcc glib-dev icu-dev libstdc++ linux-headers ninja tar xz musl-dev
command: apk add curl bash nodejs npm git gcc ninja python3 clang g++ pkgconfig glib-dev llvm17-dev binutils-gold

- install_rust_toolchain:
rust_channel: << parameters.rust_channel >>
Expand Down

0 comments on commit a28f000

Please sign in to comment.