Skip to content

Commit

Permalink
ci: delete gi-docgen package in each repository
Browse files Browse the repository at this point in the history
As of a commit 3c3d9b6 ("doc: annotate error domain available in
gi-docgen 2023.1"), the version of gi-docgen package in each respository
includes some bugs to generate error domain. Nowadays it is solved.

This commit deletes the workaround in github workflow.

Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed Sep 25, 2024
1 parent 25eba6a commit 97c3d11
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ jobs:
dnf -y install gi-docgen python3-gobject
- name: Checkout repository.
uses: actions/checkout@v4
- name: Create gi-docgen.wrap in subproject directory
run: |
mkdir subprojects
cat > subprojects/gi-docgen.wrap << EOF
[wrap-git]
directory = gi-docgen
url = https://gitlab.gnome.org/GNOME/gi-docgen.git
revision = 2023.1
depth = 1
[provide]
program_names = gi-docgen
EOF
- name: Initialization for build.
run: |
meson --prefix=/tmp. -Ddoc=true -Dwarning_level=3 . build
Expand Down Expand Up @@ -63,19 +50,6 @@ jobs:
DEBIAN_FRONTEND=noninteractive apt-get install -y gi-docgen python3-gi
- name: Checkout repository.
uses: actions/checkout@v4
- name: Create gi-docgen.wrap in subproject directory
run: |
mkdir subprojects
cat > subprojects/gi-docgen.wrap << EOF
[wrap-git]
directory = gi-docgen
url = https://gitlab.gnome.org/GNOME/gi-docgen.git
revision = 2023.1
depth = 1
[provide]
program_names = gi-docgen
EOF
- name: Initialization for build.
run: |
meson --prefix=/tmp. -Ddoc=true -Dwarning_level=3 . build
Expand Down

0 comments on commit 97c3d11

Please sign in to comment.