Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 15, 2023
1 parent c4b3ec2 commit 48a468d
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,34 +30,34 @@ jobs:

name: [
linux,
#linux-debug,
#windows,
linux-debug,
windows,
]

include:

# - name: linux
# os: ubuntu-20.04
# buildType: RELEASE
# publish: true
# containerImage: ghcr.io/gafferhq/build/build:2.0.0
# # GitHub container builds run as root. This causes failures for tests that
# # assert that filesystem permissions are respected, because root doesn't
# # respect permissions. So we run the final test suite as a dedicated
# # test user rather than as root.
# testRunner: su testUser -c
# sconsCacheMegabytes: 400

# - name: linux-debug
# os: ubuntu-20.04
# buildType: DEBUG
# publish: false
# containerImage: ghcr.io/gafferhq/build/build:2.0.0
# testRunner: su testUser -c
# testArguments: -excludedCategories performance
# # Debug builds are ludicrously big, so we must use a larger cache
# # limit. In practice this compresses down to 4-500Mb.
# sconsCacheMegabytes: 2500
- name: linux
os: ubuntu-20.04
buildType: RELEASE
publish: true
containerImage: ghcr.io/gafferhq/build/build:2.0.0
# GitHub container builds run as root. This causes failures for tests that
# assert that filesystem permissions are respected, because root doesn't
# respect permissions. So we run the final test suite as a dedicated
# test user rather than as root.
testRunner: su testUser -c
sconsCacheMegabytes: 400

- name: linux-debug
os: ubuntu-20.04
buildType: DEBUG
publish: false
containerImage: ghcr.io/gafferhq/build/build:2.0.0
testRunner: su testUser -c
testArguments: -excludedCategories performance
# Debug builds are ludicrously big, so we must use a larger cache
# limit. In practice this compresses down to 4-500Mb.
sconsCacheMegabytes: 2500

- name: windows
os: windows-2019
Expand Down

0 comments on commit 48a468d

Please sign in to comment.