Skip to content

Commit

Permalink
Try configuring build properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer committed Aug 13, 2024
1 parent 6328f15 commit 55152df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ executors:
environment:
XTASK_TARGET: "x86_64-unknown-linux-musl"
V8_FROM_SOURCE: "1"
GN_ARGS: "is_clang=false custom_toolchain=\"x86_64-linux-musl-gcc\""
CLANG_BASE_PATH: "/usr/bin"


# reusable command snippets can be referred to in any `steps` object
Expand Down Expand Up @@ -326,7 +326,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
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

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

0 comments on commit 55152df

Please sign in to comment.