Skip to content

Commit 3f099e6

Browse files
authored
Mark pr/bounded-memory flakey & drop 2 useless setup (#10887)
1 parent 6d9af5a commit 3f099e6

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
- name: Install locales
7171
shell: bash
7272
run: |
73-
sudo apt-get update
74-
sudo apt-get install -y locales
7573
sudo locale-gen fr_FR.UTF-8
7674
sudo update-locale
7775

.github/workflows/code-quality.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
- uses: actions/checkout@v6
3636
with:
3737
persist-credentials: false
38-
- uses: dtolnay/rust-toolchain@master
39-
with:
40-
toolchain: stable
41-
components: rustfmt
42-
- uses: Swatinem/rust-cache@v2
4338
- name: Initialize workflow variables
4439
id: vars
4540
shell: bash

.github/workflows/ignore-intermittent.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
tests/pr/bounded-memory
12
tests/tail/inotify-dir-recreate
23
tests/tail/overlay-headers
34
tests/timeout/timeout

0 commit comments

Comments
 (0)