Only the read lock needs priority inversion
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
bd8b97f428
commit
9cb3696feb
2 changed files with 9 additions and 9 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -304,7 +304,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -yqq acl bc curl cvs git mercurial rsync subversion wget bison bzip2 flex gawk gperf gzip help2man nano perl patch tar texinfo unzip automake binutils build-essential cpio libtool libncurses-dev pkg-config python libtool-bin liblo-dev qemu-user-static
|
||||
sudo apt-get install -yqq pandoc texlive-latex-base
|
||||
sudo apt-get install -yqq pandoc texlive-latex-recommended
|
||||
- name: Bootstrap toolchain
|
||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
@ -343,7 +343,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -yqq acl bc curl cvs git mercurial rsync subversion wget bison bzip2 flex gawk gperf gzip help2man nano perl patch tar texinfo unzip automake binutils build-essential cpio libtool libncurses-dev pkg-config python libtool-bin liblo-dev qemu-user-static
|
||||
sudo apt-get install -yqq pandoc texlive-latex-base
|
||||
sudo apt-get install -yqq pandoc texlive-latex-recommended
|
||||
- name: Bootstrap toolchain
|
||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
@ -382,7 +382,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -yqq acl bc curl cvs git mercurial rsync subversion wget bison bzip2 flex gawk gperf gzip help2man nano perl patch tar texinfo unzip automake binutils build-essential cpio libtool libncurses-dev pkg-config python libtool-bin liblo-dev qemu-user-static
|
||||
sudo apt-get install -yqq pandoc texlive-latex-base
|
||||
sudo apt-get install -yqq pandoc texlive-latex-recommended
|
||||
- name: Bootstrap toolchain
|
||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue