Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed May 9, 2024
1 parent fdef221 commit fc3e7e8
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_e_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Configure Data
run: |
true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_godot4_GL3_Normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Configure Project Data
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_godot4_VulkanMobile_Normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Configure Project Data
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_godot4_Vulkan_Minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Configure Project Data
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_godot4_Vulkan_Normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Configure Project Data
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_godot4_Vulkan_Normal_repeater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Configure Project Data
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_godot4_Vulkan_minimal_repeater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Configure Project Data
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_godot4_headless_Normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Configure Project Data
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_godot4_headless_repeater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set version
run: |
export GODOT_VERSION=$(curl -s https://api.github.com/repos/godotengine/godot/commits/master | jq -r '.sha')
echo "$GODOT_VERSION" > GODOT_VERSION.txt
- name: Download reproducer
run: |
wget -nv https://github.com/qarmin/Qarminer/releases/download/reproducer/find_minimal_godot_crash_02 -O reproducer
Expand Down
2 changes: 2 additions & 0 deletions Autoloads/BasicData.gd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ var function_exceptions: Array = [
###
### Godot 4.0
###
"compress_from_channels", # 91744
"set_mouse_passthrough_polygon", # 90523
"make_vrs_texture", # 91575
"set_process_thread_group", # TODO - this leaks randomly memory
"set_positional_shadow_atlas_quadrant_subdiv", # 87499
Expand Down

0 comments on commit fc3e7e8

Please sign in to comment.