Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,3 @@ updates:
labels: []
schedule:
interval: "monthly"
- package-ecosystem: "cargo"
directory: "/compiler-cli"
labels: []
schedule:
interval: "monthly"
- package-ecosystem: "cargo"
directory: "/compiler-core"
labels: []
schedule:
interval: "monthly"
- package-ecosystem: "cargo"
directory: "/compiler-wasm"
labels: []
schedule:
interval: "monthly"
- package-ecosystem: "cargo"
# Does not have any custom deps right now,
# but can add them in the future:
directory: "/test-package-compiler"
labels: []
schedule:
interval: "monthly"
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
uses: actions/checkout@v4

- name: Install musl-tools incl. musl-gcc
uses: awalsh128/[email protected].0
uses: awalsh128/[email protected].1
with:
# musl-tools provide `musl-gcc` which is required for `ring` which is required for `rustls` et al.
packages: musl-tools
version: 1.1
version: 1.2.5
if: ${{ matrix.target == 'x86_64-unknown-linux-musl'}}

- name: Install Rust toolchain
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Install Erlang
uses: erlef/setup-beam@v1
with:
otp-version: "28.0.1"
otp-version: "28.0.2"
elixir-version: "1.18"
rebar3-version: "3"

Expand All @@ -110,7 +110,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: "2.2"
deno-version: "2.4"

- name: Setup Bun
uses: oven-sh/setup-bun@v2
Expand Down
Loading