* [e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts
@ 2023-02-08 6:58 Eric Biggers
2023-03-07 19:54 ` Eric Biggers
2023-03-17 4:10 ` Theodore Ts'o
0 siblings, 2 replies; 3+ messages in thread
From: Eric Biggers @ 2023-02-08 6:58 UTC (permalink / raw)
To: linux-ext4
From: Eric Biggers <ebiggers@google.com>
Store the config.h file for each platform as a workflow artifact, so
that it will be possible to download them and compare them to
util/android_config.h.
Signed-off-by: Eric Biggers <ebiggers@google.com>
---
.github/workflows/ci.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 51b27c88d..6b0f91506 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,10 @@ jobs:
- run: make -j8 check V=1 CFLAGS_WARN="-Werror"
- run: make -j8 install V=1 DESTDIR=$PWD/installdir
- run: make -j8 uninstall V=1 DESTDIR=$PWD/installdir
+ - uses: actions/upload-artifact@v3
+ with:
+ name: ubuntu-config.h
+ path: lib/config.h
i386-build-and-test:
name: Build and test with gcc -m32
@@ -79,6 +83,10 @@ jobs:
- run: make -j8 check V=1 CFLAGS_WARN="-Werror -Wno-error=deprecated-declarations"
- run: make -j8 install DESTDIR=$PWD/installdir
- run: make -j8 uninstall DESTDIR=$PWD/installdir
+ - uses: actions/upload-artifact@v3
+ with:
+ name: macOS-config.h
+ path: lib/config.h
windows-msys2-build:
name: Build mke2fs on Windows with ${{matrix.sys}}
@@ -114,3 +122,7 @@ jobs:
- run: make -j8 -C misc/ mke2fs V=1 CFLAGS_WARN="-Werror"
- run: touch image.ext4
- run: misc/mke2fs.exe -T ext4 image.ext4 128M
+ - uses: actions/upload-artifact@v3
+ with:
+ name: windows-${{matrix.env}}-config.h
+ path: lib/config.h
base-commit: a06369183565bccbbba9a47b6c55622da8a1de85
--
2.39.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts
2023-02-08 6:58 [e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts Eric Biggers
@ 2023-03-07 19:54 ` Eric Biggers
2023-03-17 4:10 ` Theodore Ts'o
1 sibling, 0 replies; 3+ messages in thread
From: Eric Biggers @ 2023-03-07 19:54 UTC (permalink / raw)
To: linux-ext4
On Tue, Feb 07, 2023 at 10:58:58PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
>
> Store the config.h file for each platform as a workflow artifact, so
> that it will be possible to download them and compare them to
> util/android_config.h.
>
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
> .github/workflows/ci.yml | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
Ping.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts
2023-02-08 6:58 [e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts Eric Biggers
2023-03-07 19:54 ` Eric Biggers
@ 2023-03-17 4:10 ` Theodore Ts'o
1 sibling, 0 replies; 3+ messages in thread
From: Theodore Ts'o @ 2023-03-17 4:10 UTC (permalink / raw)
To: linux-ext4, Eric Biggers; +Cc: Theodore Ts'o
On Tue, 7 Feb 2023 22:58:58 -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
>
> Store the config.h file for each platform as a workflow artifact, so
> that it will be possible to download them and compare them to
> util/android_config.h.
>
>
> [...]
Applied, thanks!
[1/1] ci.yml: store the config.h files as workflow artifacts
commit: 5df0323e879982a3ee5062b2445456226e8b690f
Best regards,
--
Theodore Ts'o <tytso@mit.edu>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-17 4:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 6:58 [e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts Eric Biggers
2023-03-07 19:54 ` Eric Biggers
2023-03-17 4:10 ` Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).