Skip to content

Commit e40488b

Browse files
committed
Reenable redox ci
1 parent e562932 commit e40488b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ jobs:
230230
- name: Check compilation for freeBSD
231231
run: cargo check --target x86_64-unknown-freebsd
232232

233-
# - name: Prepare repository for redox compilation
234-
# run: bash scripts/redox/uncomment-cargo.sh
235-
# - name: Check compilation for Redox
236-
# uses: coolreader18/redoxer-action@v1
237-
# with:
238-
# command: check
233+
- name: Prepare repository for redox compilation
234+
run: bash scripts/redox/uncomment-cargo.sh
235+
- name: Check compilation for Redox
236+
uses: coolreader18/redoxer-action@v1
237+
with:
238+
command: check
239239

240240
snippets_cpython:
241241
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,4 @@ lto = "thin"
130130
# REDOX START, Uncomment when you want to compile/check with redoxer
131131
# nix = { git = "https://github.com/coolreader18/nix", branch = "0.26.2-redox" }
132132
# errno = { git = "https://github.com/coolreader18/rust-errno", branch = "0.2.8-redox" }
133-
# libc = { git = "https://github.com/rust-lang/libc" }
134133
# REDOX END

0 commit comments

Comments
 (0)