File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments