Skip to content

Commit

Permalink
Use cflinuxfs4 for testing
Browse files Browse the repository at this point in the history
- the tests do not run on cflinuxfs3 with a recent version of go
- this is due to the following reasons:
  * we bumped to the most recent version of go (1.22)
  * go 1.20 and higher dropped support for older versions of glibc when dynamically linking
  * we dynamically link the buildpackapplifecycle (v2 lifecycle) as part of the switchblade setup
  * therefore the BAL no longer runs on cflinuxfs3
- Alternatively, we could statically link the BAL when we build it in switchblade. But that is more work, and it is fine to only test against one stack in these tests, and there is not reason we should pick cflinuxfs3 over cflinuxfs4
  • Loading branch information
robdimsdale committed Jul 18, 2024
1 parent 2b9fa89 commit 177976a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stack": "cflinuxfs3",
"stack": "cflinuxfs4",
"oses": [
"linux"
],
Expand Down

0 comments on commit 177976a

Please sign in to comment.