[gnome-build-meta/alatiera/abi-check] ABI check: Do not build core.bst
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/abi-check] ABI check: Do not build core.bst
- Date: Wed, 12 Sep 2018 11:54:53 +0000 (UTC)
commit 69d7281b08f7b899b7da69d3caa4b250267755ba
Author: Jordan Petridis <jpetridis gnome org>
Date: Mon Sep 10 19:24:11 2018 +0300
ABI check: Do not build core.bst
We are only intrested in the ABI of the Flatpak Sdk for now, so
we don't need to build the whole core.bst as well
utils/check-abi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/utils/check-abi b/utils/check-abi
index 5835274..a99ce82 100755
--- a/utils/check-abi
+++ b/utils/check-abi
@@ -126,7 +126,7 @@ def checkout_tree(name):
print(format_title(f'Building and checking out {name}', level=1), end='\n\n', flush=True)
with checkout_git_revision(name):
- bst(['build', 'core.bst', 'flatpak-runtimes.bst'])
+ bst(['build', 'flatpak-runtimes.bst'])
bst(['checkout', '--hardlinks', 'flatpak/sdk.bst', checkout_dir])
print(flush=True)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]