Skip to content
Pedro Tacla Yamada edited this page Nov 9, 2021 · 1 revision

I can build the repository examples on macOS with:

cargo build --workspace --exclude gdk4-wayland --exclude gdk4-x11 --exclude gdk4 --exclude gdk4-sys --exclude gdk4-x11-sys  --exclude gdk4-sys --exclude gdk4-wayland-sys

Excluding:

  • gdk4-x11, gdk4-x11-sys, gdk4-wayland, gdk4-wayland-sys, gdk4, gdk4-sys

I'm not sure what the best way to skip them in CI would be (other than hardcoding --exclude).

Plus having GTK4 installed:

brew install gtk4

Examples work:

  • basics
  • builder_pattern
  • clipboard
  • clock
  • composite_template
  • content_provider Exits without a message
  • css
  • custom_application
  • custom_buildable
  • custom_editable
  • custom_layout_manager
  • custom_orientable
  • custom_paintable
  • custom_widget
  • dialog
  • entry_completion
  • entry_undo
  • flow_box
  • glium_gl_area Wasn't built
  • grid_packing
  • gtk_builder
  • list_view_apps_launcher Empty window
  • scale_bin
  • search_bar
  • squares
  • text_viewer
  • video_player
  • virtual_methods