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.12 RAYLIB_PLATFORM:SDL failed May 5, 2026 in 1m 56s

Task Summary

Instruction build failed in 00:02

Details

⚠️ Not enough compute credits to prioritize 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:20 clone
✅ 00:12 setup
✅ 00:49 build_sdl
✅ 00:16 build_raylib
✅ 00:04 build_raylib_again
❌ 00:02 build

  Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB)
Downloading cffi-2.0.0-cp312-cp312-macosx_11_0_arm64.whl (181 kB)
Downloading pycparser-3.0-py3-none-any.whl (48 kB)
Installing collected packages: pycparser, cffi

Successfully installed cffi-2.0.0 pycparser-3.0
/opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages setuptools
Collecting setuptools
  Downloading setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB)
Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 64.7 MB/s  0:00:00
Installing collected packages: setuptools
Successfully installed setuptools-82.0.1
/opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages wheel
Requirement already satisfied: wheel in /opt/homebrew/lib/python3.12/site-packages (0.47.0)
Collecting packaging>=24.0 (from wheel)
  Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB)
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(
  File "/opt/homebrew/lib/python3.12/site-packages/setuptools/__init__.py", line 117, in setup
    return distutils.core.setup(**attrs)  # type: ignore[return-value]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 148, in setup
    _setup_distribution = dist = klass(attrs)
                                 ^^^^^^^^^^^^
  File "/opt/homebrew/lib/python3.12/site-packages/setuptools/dist.py", line 321, in __init__
    _Distribution.__init__(self, dist_attrs)
  File "/opt/homebrew/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 307, in __init__
    self.finalize_options()
  File "/opt/homebrew/lib/python3.12/site-packages/setuptools/dist.py", line 790, in finalize_options
    ep(self)
  File "/opt/homebrew/lib/python3.12/site-packages/setuptools/dist.py", line 810, in _finalize_setup_keywords
    ep.load()(self, ep.name, value)
  File "/opt/homebrew/lib/python3.12/site-packages/cffi/setuptools_ext.py", line 229, in cffi_modules
    add_cffi_module(dist, cffi_module)
  File "/opt/homebrew/lib/python3.12/site-packages/cffi/setuptools_ext.py", line 50, in add_cffi_module
    execfile(build_file_name, mod_vars)
  File "/opt/homebrew/lib/python3.12/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."
Exception: ERROR: SDL3 not found by pkg-config.  Please install pkg-config and SDL3.or else set RAYLIB_LINK_ARGS env variable.
��������������������������������������������������������������������������������