Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable GitHub Actions builds #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mnutt
Copy link
Member

@mnutt mnutt commented Jul 2, 2023

movableink/webkit uses the master branch; enable GitHub Actions to run against it.

@mnutt mnutt force-pushed the reenable-github-actions branch 9 times, most recently from 0255e09 to 6372d8b Compare July 2, 2023 19:24

- name: Configure (Linux)
if: runner.os == 'Linux'
shell: bash --noprofile --norc -eo pipefail -x {0}
run: cmake $cmake_args -H. -Bbuild -GNinja -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }}
run: cmake $cmake_args -H. -Bbuild -GNinja -DPORT=Qt -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to bring back 4ba116a and avoid using -PORT=Qt everywhere. Also, users would be less eager to trying building with different port value (which is likely going to fail)

@@ -34,8 +34,11 @@ extern "C" {
GDBusNodeInfo* g_dbus_node_info_ref(GDBusNodeInfo*);
void g_dbus_node_info_unref(GDBusNodeInfo*);
};

#if !PLATFORM(QT)
Copy link

@annulen annulen Jul 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change certainly belongs to a separate commit

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely. My plan is to try to get the builds working and then extract out the work separately. I only have CI to reproduce this so need to rewrite history anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants