* [GIT PULL liburing] GitHub bot updates 2022-07-11
@ 2022-07-11 13:50 Ammar Faizi
2022-07-11 13:55 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Ammar Faizi @ 2022-07-11 13:50 UTC (permalink / raw)
To: Jens Axboe; +Cc: io-uring Mailing List
Hello Jens,
GitHub bot updates for liburing:
- Upgrade GitHub bot to Ubuntu 22.04 and gcc-11 (default gcc version on
Ubuntu 22.04).
- Use -O3 optimization.
Please pull!
The following changes since commit 696f28fa0c7eec22bdfade663d31b0f5c6385c77:
Correct mistakes on send/recv* flags (2022-07-09 10:01:32 -0600)
are available in the Git repository at:
https://github.com/ammarfaizi2/liburing.git tags/github-bot-2022-07-11
for you to fetch changes up to bc5868374f371ad3c6b2257ca48ef9e260613c0a:
.github: Use `-O3` flag for GitHub bot (2022-07-11 20:10:58 +0700)
----------------------------------------------------------------
GitHub bot updates for liburing:
- Upgrade GitHub bot to Ubuntu 22.04 and gcc-11.
- Use -O3 optimization.
----------------------------------------------------------------
Ammar Faizi (2):
.github: Upgrade GitHub bot to Ubuntu 22.04 and gcc-11
.github: Use `-O3` flag for GitHub bot
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fc119cb..333929c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,7 +7,7 @@ on:
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
strategy:
fail-fast: false
@@ -84,7 +84,7 @@ jobs:
cxx: mips-linux-gnu-g++
env:
- FLAGS: -g -O2 -Wall -Wextra -Werror
+ FLAGS: -g -O3 -Wall -Wextra -Werror
steps:
- name: Checkout source
--
Ammar Faizi
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [GIT PULL liburing] GitHub bot updates 2022-07-11
2022-07-11 13:50 [GIT PULL liburing] GitHub bot updates 2022-07-11 Ammar Faizi
@ 2022-07-11 13:55 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2022-07-11 13:55 UTC (permalink / raw)
To: Ammar Faizi; +Cc: io-uring Mailing List
On 7/11/22 7:50 AM, Ammar Faizi wrote:
>
> Hello Jens,
>
> GitHub bot updates for liburing:
>
> - Upgrade GitHub bot to Ubuntu 22.04 and gcc-11 (default gcc version on
> Ubuntu 22.04).
>
> - Use -O3 optimization.
Pulled, thanks.
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-11 13:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 13:50 [GIT PULL liburing] GitHub bot updates 2022-07-11 Ammar Faizi
2022-07-11 13:55 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox