Skip to content

Commit 32dd949

Browse files
committed
CI: re-enable rust nightly
scoped-tls-hkt had a new release on crates.io
1 parent dc4aaf7 commit 32dd949

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
env:
2323
# Allow deprecated warning because we are using nightly and some things might be deprecated in nightly
2424
# for which the stable alternative is not yet available.
25-
# -A non_local_definitions because of https://github.com/Diggsey/scoped-tls-hkt/issues/5
26-
RUSTFLAGS: -D warnings -W deprecated -A non_local_definitions
27-
RUSTDOCFLAGS: --html-in-header=/home/runner/work/slint/slint/docs/resources/slint-docs-highlight.html -D warnings -W deprecated -A non_local_definitions
25+
RUSTFLAGS: -D warnings -W deprecated
26+
RUSTDOCFLAGS: --html-in-header=/home/runner/work/slint/slint/docs/resources/slint-docs-highlight.html -D warnings -W deprecated
2827
SLINT_NO_QT: 1
2928
CARGO_INCREMENTAL: false
3029
steps:

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
- os: windows-2022
4040
rust_version: "beta"
4141
extra_args: "--exclude ffmpeg --exclude gstreamer-player"
42-
# nightly disabled because of https://github.com/Diggsey/scoped-tls-hkt/issues/5
43-
# - os: ubuntu-22.04
44-
# rust_version: "nightly"
42+
- os: ubuntu-22.04
43+
rust_version: "nightly"
4544
exclude:
4645
- os: macos-12
4746
rust_version: "1.73"

0 commit comments

Comments
 (0)