Skip to content

Commit

Permalink
libstdc++ added
Browse files Browse the repository at this point in the history
  • Loading branch information
lordshashank committed Mar 23, 2024
1 parent df68bc5 commit ddefa51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install packages
# `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests.
run: sudo apt-get install ninja-build ripgrep llvm-14-tools
run: sudo apt-get install ninja-build ripgrep llvm-14-tools libstdc++-12-dev

- name: Install rustfmt & clippy
run: rustup component add rustfmt clippy
Expand Down
42 changes: 0 additions & 42 deletions tests/failing-run-make-tests.txt
Original file line number Diff line number Diff line change
@@ -1,42 +0,0 @@
tests/run-make/a-b-a-linker-guard
tests/run-make/CURRENT_RUSTC_VERSION
tests/run-make/cross-lang-lto
tests/run-make/cross-lang-lto-upstream-rlibs
tests/run-make/doctests-keep-binaries
tests/run-make/doctests-runtool
tests/run-make/emit-shared-files
tests/run-make/exit-code
tests/run-make/issue-22131
tests/run-make/issue-38237
tests/run-make/issue-64153
tests/run-make/llvm-ident
tests/run-make/native-link-modifier-bundle
tests/run-make/remap-path-prefix-dwarf
tests/run-make/repr128-dwarf
tests/run-make/rlib-format-packed-bundled-libs
tests/run-make/rlib-format-packed-bundled-libs-2
tests/run-make/rustdoc-determinism
tests/run-make/rustdoc-error-lines
tests/run-make/rustdoc-map-file
tests/run-make/rustdoc-output-path
tests/run-make/rustdoc-scrape-examples-invalid-expr
tests/run-make/rustdoc-scrape-examples-macros
tests/run-make/rustdoc-scrape-examples-multiple
tests/run-make/rustdoc-scrape-examples-ordering
tests/run-make/rustdoc-scrape-examples-remap
tests/run-make/rustdoc-scrape-examples-test
tests/run-make/rustdoc-scrape-examples-whitespace
tests/run-make/rustdoc-themes
tests/run-make/rustdoc-verify-output-files
tests/run-make/rustdoc-with-out-dir-option
tests/run-make/rustdoc-with-output-option
tests/run-make/rustdoc-with-short-out-dir-option
tests/run-make/return-non-c-like-enum
tests/run-make/lto-smoke-c
tests/run-make/issue-68794-textrel-on-minimal-lib
tests/run-make/issue-36710
tests/run-make/glibc-staticlib-args
tests/run-make/foreign-exceptions
tests/run-make/foreign-double-unwind
tests/run-make/c-link-to-rust-staticlib
tests/run-make/arguments-non-c-like-enum

0 comments on commit ddefa51

Please sign in to comment.