mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
Merge pull request #1434 from lightpanda-io/update-source-deps-v2
update build from source deps
This commit is contained in:
2
.github/actions/install/action.yml
vendored
2
.github/actions/install/action.yml
vendored
@@ -32,7 +32,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y wget xz-utils ca-certificates gcc make git
|
sudo apt-get install -y wget xz-utils ca-certificates clang make git
|
||||||
|
|
||||||
# Zig version used from the `minimum_zig_version` field in build.zig.zon
|
# Zig version used from the `minimum_zig_version` field in build.zig.zon
|
||||||
- uses: mlugg/setup-zig@v2
|
- uses: mlugg/setup-zig@v2
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ ARG TARGETPLATFORM
|
|||||||
|
|
||||||
RUN apt-get update -yq && \
|
RUN apt-get update -yq && \
|
||||||
apt-get install -yq xz-utils ca-certificates \
|
apt-get install -yq xz-utils ca-certificates \
|
||||||
gcc make curl git
|
pkg-config libglib2.0-dev \
|
||||||
|
clang make curl git
|
||||||
|
|
||||||
# Get Rust
|
# Get Rust
|
||||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal -y
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal -y
|
||||||
|
|||||||
@@ -178,7 +178,8 @@ For **Debian/Ubuntu based Linux**:
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install xz-utils ca-certificates \
|
sudo apt install xz-utils ca-certificates \
|
||||||
gcc make curl git
|
pkg-config libglib2.0-dev \
|
||||||
|
clang make curl git
|
||||||
```
|
```
|
||||||
You also need to [install Rust](https://rust-lang.org/tools/install/).
|
You also need to [install Rust](https://rust-lang.org/tools/install/).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user