Skip to content

Raylib 6.0#202

Merged
electronstudio merged 43 commits into
masterfrom
raylib-5.6
Jun 5, 2026
Merged

Raylib 6.0#202
electronstudio merged 43 commits into
masterfrom
raylib-5.6

Update README.md

61b459b
Select commit
Loading
Failed to load commit list.
Cirrus CI / mac PY_VER:3.13 RAYLIB_PLATFORM:SDL failed May 5, 2026 in 1m 55s

Task Summary

Instruction build failed in 00:02

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
⚠️ Only [ghcr.io/cirruslabs/macos-runner:sonoma, ghcr.io/cirruslabs/macos-runner:sequoia, ghcr.io/cirruslabs/macos-runner:tahoe] is allowed. Automatically upgraded to ghcr.io/cirruslabs/macos-runner:tahoe.

✅ 00:07 clone
✅ 00:14 setup
✅ 00:52 build_sdl
✅ 00:22 build_raylib
✅ 00:04 build_raylib_again
❌ 00:02 build

Downloading packaging-26.2-py3-none-any.whl (100 kB)
Installing collected packages: packaging
Successfully installed packaging-26.2
/opt/homebrew/bin/python${PY_VER} setup.py bdist_wheel
Package sdl3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sdl3.pc'
to the PKG_CONFIG_PATH environment variable
Package 'sdl3' not found
not windows, trying Unix build
PKG_CONFIG_PATH is set to: None
Traceback (most recent call last):
  File "/private/var/folders/hy/6y23234x12l733mnzg7ntn080000gn/T/cirrus-ci-build/setup.py", line 29, in <module>
    setup(
    ~~~~~^
        name="raylib"+NAME,
        ^^^^^^^^^^^^^^^^^^^
    ...<22 lines>...
        cffi_modules=["raylib/build.py:ffibuilder"]
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.13/site-packages/setuptools/__init__.py", line 117, in setup
    return distutils.core.setup(**attrs)  # type: ignore[return-value]
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/opt/homebrew/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 148, in setup
    _setup_distribution = dist = klass(attrs)
                                 ~~~~~^^^^^^^
  File "/opt/homebrew/lib/python3.13/site-packages/setuptools/dist.py", line 321, in __init__
    _Distribution.__init__(self, dist_attrs)
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 307, in __init__
    self.finalize_options()
    ~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.13/site-packages/setuptools/dist.py", line 790, in finalize_options
    ep(self)
    ~~^^^^^^
  File "/opt/homebrew/lib/python3.13/site-packages/setuptools/dist.py", line 810, in _finalize_setup_keywords
    ep.load()(self, ep.name, value)
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/lib/python3.13/site-packages/cffi/setuptools_ext.py", line 229, in cffi_modules
    add_cffi_module(dist, cffi_module)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/lib/python3.13/site-packages/cffi/setuptools_ext.py", line 50, in add_cffi_module
    execfile(build_file_name, mod_vars)
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/lib/python3.13/site-packages/cffi/setuptools_ext.py", line 26, in execfile
    exec(code, glob, glob)
    ~~~~^^^^^^^^^^^^^^^^^^
  File "raylib/build.py", line 331, in <module>
    build_unix()
    ~~~~~~~~~~^^
  File "raylib/build.py", line 147, in build_unix
    raise Exception("ERROR: SDL3 not found by pkg-config.  Please install pkg-config and SDL3."
                    "or else set RAYLIB_LINK_ARGS env variable.")
Exception: ERROR: SDL3 not found by pkg-config.  Please install pkg-config and SDL3.or else set RAYLIB_LINK_ARGS env variable.
��������������������������������������������������������������������������������